Revert "ecore_wl2: Fix a memory leaking case"

This reverts commit 97e71b9dc4.

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.
This commit is contained in:
Marcel Hollerbach 2020-01-20 17:51:40 +01:00
parent 085bfb7eaf
commit 55ec2dc89e
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}
}