garbage college memory

Change-Id: I9b1291b563ac1d366120370d03e527d59c6cb4df
This commit is contained in:
atinm 2011-10-14 01:12:38 -04:00
parent a19677045f
commit 4d222384cc

View File

@ -253,6 +253,10 @@ int bt_disable() {
if (set_bluetooth_power(0) < 0) {
goto out;
}
if (rfkill_state_path)
free(rfkill_state_path);
ret = 0;
out: