summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2020-01-20 17:51:40 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2020-01-20 17:51:40 +0100
commit55ec2dc89e9b38ad52c5e8b3d8ac42c8e906bba6 (patch)
treece3677beadc5ff294429b61d17794ea3946db23f
parent085bfb7eafc8a2ffcf52f9fec56e82f327f3e07f (diff)
downloadefl-55ec2dc89e9b38ad52c5e8b3d8ac42c8e906bba6.tar.gz
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.
-rw-r--r--src/lib/ecore_wl2/ecore_wl2.c2
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)
local_module = NULL;
return EINA_FALSE;
}
- eina_module_free(local_module);
- local_module = NULL;
return EINA_TRUE;
}
}