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,8 +254,11 @@ _bl_sys_find(void)
if (!devs) return;
}
EINA_LIST_FREE(devs, f)
{
eina_stringshare_replace(&bl_sysval, NULL);
bl_sysval = f;
}
}
static void
_bl_sys_level_get(void)