diff options
author | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-01-20 17:51:40 +0100 |
---|---|---|
committer | Marcel Hollerbach <mail@marcel-hollerbach.de> | 2020-01-20 17:51:40 +0100 |
commit | 55ec2dc89e9b38ad52c5e8b3d8ac42c8e906bba6 (patch) | |
tree | ce3677beadc5ff294429b61d17794ea3946db23f /src/lib/ecore_wl2/ecore_wl2.c | |
parent | 085bfb7eafc8a2ffcf52f9fec56e82f327f3e07f (diff) |
Revert "ecore_wl2: Fix a memory leaking case"
This reverts commit 97e71b9dc4fa73da99a890d9c39d6617e529dc94.
This commit is absolutly wrong. This makes running wayland apps intree
impossible, and also crashes tests when run in wayland mode.
I asked multiple times in the revision for clarification, noone
answered.
This tricked me today for the second time, so better revert that.
Diffstat (limited to 'src/lib/ecore_wl2/ecore_wl2.c')
-rw-r--r-- | src/lib/ecore_wl2/ecore_wl2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/ecore_wl2/ecore_wl2.c b/src/lib/ecore_wl2/ecore_wl2.c index d14b14aee5..33e06873cd 100644 --- a/src/lib/ecore_wl2/ecore_wl2.c +++ b/src/lib/ecore_wl2/ecore_wl2.c | |||
@@ -90,8 +90,6 @@ _ecore_wl2_surface_modules_init(void) | |||
90 | local_module = NULL; | 90 | local_module = NULL; |
91 | return EINA_FALSE; | 91 | return EINA_FALSE; |
92 | } | 92 | } |
93 | eina_module_free(local_module); | ||
94 | local_module = NULL; | ||
95 | return EINA_TRUE; | 93 | return EINA_TRUE; |
96 | } | 94 | } |
97 | } | 95 | } |