maybe prevent a leak but probably not

SVN revision: 66492
This commit is contained in:
Mike Blumenkrantz 2011-12-24 07:44:07 +00:00
parent c2e454d4f7
commit 1b4bf7e573
1 changed files with 4 additions and 1 deletions

View File

@ -254,7 +254,10 @@ _bl_sys_find(void)
if (!devs) return; if (!devs) return;
} }
EINA_LIST_FREE(devs, f) EINA_LIST_FREE(devs, f)
bl_sysval = f; {
eina_stringshare_replace(&bl_sysval, NULL);
bl_sysval = f;
}
} }
static void static void