diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pychrysalide/format/known.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/pychrysalide/format/known.c b/plugins/pychrysalide/format/known.c index d75dd05..ff4ca0a 100644 --- a/plugins/pychrysalide/format/known.c +++ b/plugins/pychrysalide/format/known.c @@ -317,6 +317,8 @@ static char *py_known_format_get_description_wrapper(const GKnownFormat *format) "The result is expected to be a string." \ ) + result = NULL; + gstate = PyGILState_Ensure(); pyobj = pygobject_new(G_OBJECT(format)); |