Try to disable Py_Finalize for now

This commit is contained in:
Davide Andreoli 2015-01-07 19:43:40 +01:00
parent f36ea5a7c2
commit d6f41d8c8a
1 changed files with 3 additions and 2 deletions

View File

@ -161,8 +161,9 @@ edgar_shutdown()
eina_hash_free(edgar_gadgets);
// shutdown python
if (Py_IsInitialized())
Py_Finalize();
// ...still getting some strange segfault here :/
// if (Py_IsInitialized())
// Py_Finalize();
// clean local scope
eina_stringshare_del(edgar_gadgets_system_dir);