Skip to content

Commit

Permalink
GeanyPy: Fixing another little memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
frlan committed Oct 21, 2013
1 parent ac08ef2 commit e6bbb16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions geanypy/src/geanypy-signalmanager.c
Expand Up @@ -58,6 +58,7 @@ SignalManager *signal_manager_new(GeanyPlugin *geany_plugin)
if (PyErr_Occurred())
PyErr_Print();
g_warning("Unable to get 'SignalManager' instance from 'geany' module.");
g_free(man);
return NULL;
}
man->obj = pygobject_get(man->py_obj);
Expand Down

0 comments on commit e6bbb16

Please sign in to comment.