Don't free the list of savable file types in build_file_save_type_list()

- we use it later, and we're freeing it later.

svn path=/trunk/; revision=40688
This commit is contained in:
Guy Harris 2012-01-24 08:20:37 +00:00
parent cbd9a418f1
commit 313d2c583a
1 changed files with 0 additions and 1 deletions

View File

@ -1497,7 +1497,6 @@ build_file_save_type_list(GArray *savable_file_types) {
ft = g_array_index(savable_file_types, int, i);
append_file_type(sa, ft);
}
g_array_free(savable_file_types, TRUE);
}
/* terminate the array */