elm conform - fix leak on jproperty change

this fixes CID 1353606

@fix
This commit is contained in:
Carsten Haitzler 2016-07-08 11:36:23 +09:00
parent 1e4c425bea
commit 28dc4e64e2
1 changed files with 1 additions and 0 deletions

View File

@ -848,6 +848,7 @@ _on_prop_change(void *data,
evas_object_del(sd->landscape_indicator);
sd->landscape_indicator = NULL;
free(state);
return ECORE_CALLBACK_DONE;
}
}