Added valgrind suppressions

This commit is contained in:
James Booth
2014-06-17 22:01:01 +01:00
parent 2f95340c3a
commit e2aa4d6fd1
2 changed files with 37 additions and 0 deletions

View File

@@ -258,6 +258,7 @@ wins_get_total_unread(void)
result += window->unread;
curr = g_list_next(curr);
}
g_list_free(values);
return result;
}