raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=3a703dbf4aebc003ac0dabe28a40022e63c5f96c

commit 3a703dbf4aebc003ac0dabe28a40022e63c5f96c
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Dec 15 01:45:07 2017 +0900

    eo - set opts hash to NULL after free
---
 src/lib/eo/eo.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index d944f40759..32939afa50 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -2320,6 +2320,7 @@ efl_object_shutdown(void)
    eina_lock_release(&_efl_class_creation_lock);
 
    eina_hash_free(_ops_storage);
+   _ops_storage = NULL;
 
    eina_spinlock_free(&_ops_storage_lock);
    eina_lock_free(&_efl_class_creation_lock);

-- 


Reply via email to