discomfitor pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=4acf514f52e8a1d6f41b1c87e4f491d3ac8ba340
commit 4acf514f52e8a1d6f41b1c87e4f491d3ac8ba340 Author: Stefan Schmidt <[email protected]> Date: Wed Nov 12 16:58:18 2014 +0100 modules/geolocation: No need to set popup to NULL here. This is already handled by E_FREE_FUNC. Thanks to zmike for spotting this during review. --- src/modules/geolocation/e_mod_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/geolocation/e_mod_main.c b/src/modules/geolocation/e_mod_main.c index 7c32b5e..efe97ae 100644 --- a/src/modules/geolocation/e_mod_main.c +++ b/src/modules/geolocation/e_mod_main.c @@ -78,7 +78,6 @@ void popup_del(Instance *inst) { E_FREE_FUNC(inst->popup, e_object_del); - inst->popup = NULL; } static void --
