diff options
Diffstat (limited to 'maximus')
-rw-r--r-- | maximus/maximus-bind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/maximus/maximus-bind.c b/maximus/maximus-bind.c index 7fbcefc..9678b18 100644 --- a/maximus/maximus-bind.c +++ b/maximus/maximus-bind.c @@ -365,6 +365,7 @@ create_rule (MaximusBind *bind, const gchar *filename) { g_warning ("Unable to load %s: %s\n", filename, error->message); g_error_free (error); + g_key_file_free (file); return; } |