eo - set opts hash to NULL after free

This commit is contained in:
Carsten Haitzler 2017-12-15 01:45:07 +09:00
parent d896a2365b
commit 3a703dbf4a
1 changed files with 1 additions and 0 deletions

View File

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