diff options
author | monsta <[email protected]> | 2014-11-03 19:18:14 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2014-11-03 19:18:14 +0300 |
commit | 05b4e46fe51eab6604648e706a6130a709ea8081 (patch) | |
tree | c5f8473ad01f9867ca1da7618a5517599ade5db4 /maximus | |
parent | 20d32b292f393de1472cc65ece95a1dd549df4a4 (diff) | |
download | mate-netbook-05b4e46fe51eab6604648e706a6130a709ea8081.tar.bz2 mate-netbook-05b4e46fe51eab6604648e706a6130a709ea8081.tar.xz |
don't leak memory
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; } |