patches from Charles Kerr to update the Inspector in GTK and fix some memory leaks

This commit is contained in:
Mitchell Livingston
2007-06-06 00:30:13 +00:00
parent e18549429a
commit 4ada334f57
23 changed files with 2188 additions and 693 deletions

View File

@@ -214,6 +214,7 @@ cf_readfile(const char *file, const char *oldfile, gsize *len,
}
done:
g_free (path);
if(NULL != err)
g_error_free(err);
if(NULL != io)
@@ -280,6 +281,7 @@ cf_loadprefs(char **errstr) {
cf_saveprefs(errstr);
}
tr_bencFree(&val);
g_free(data);
}