discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=9934ccfbf0e77fa28ea4063ea1500d3d7596cdd3

commit 9934ccfbf0e77fa28ea4063ea1500d3d7596cdd3
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Feb 24 14:15:42 2017 -0500

    free E_Remember->uuid on shutdown
---
 src/bin/e_config.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_config.c b/src/bin/e_config.c
index 8abb1ed..0c41a82 100644
--- a/src/bin/e_config.c
+++ b/src/bin/e_config.c
@@ -2404,6 +2404,7 @@ _e_config_free(E_Config *ecf)
         if (rem->role) eina_stringshare_del(rem->role);
         if (rem->prop.border) eina_stringshare_del(rem->prop.border);
         if (rem->prop.command) eina_stringshare_del(rem->prop.command);
+        eina_stringshare_del(rem->uuid);
         E_FREE(rem);
      }
    EINA_LIST_FREE(ecf->menu_applications, ema)

-- 


Reply via email to