Fixed various memory leaks

This commit is contained in:
James Booth
2014-11-01 01:48:36 +00:00
parent 51164398e3
commit c4412fe823
13 changed files with 47 additions and 16 deletions

View File

@@ -458,6 +458,8 @@ _form_tag_exists(DataForm *form, const char * const tag)
}
curr = g_list_next(curr);
}
g_list_free(tags);
return FALSE;
}