improper E_FREE usage

SVN revision: 80939
This commit is contained in:
Mike Blumenkrantz 2012-12-14 13:04:32 +00:00
parent acdc863299
commit 381425f538
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ _e_desklock_popup_free(E_Desklock_Popup_Data *edp)
evas_event_thaw(edp->popup_wnd->evas);
e_object_del(E_OBJECT(edp->popup_wnd));
E_FREE(edp);
free(edp);
}
static Eina_Bool