* mu-cmd-extract.c: free list of indices after use

This commit is contained in:
Dirk-Jan C. Binnema
2011-05-22 14:50:03 +03:00
parent c6812eeb8c
commit 744b363d8e

View File

@ -150,6 +150,8 @@ save_part_with_filename (MuMsg *msg, const char *pattern, MuConfig *opts)
rv &= save_part (msg, opts->targetdir,
GPOINTER_TO_UINT(cur->data),
opts->overwrite, opts->play);
g_slist_free (lst);
return rv;
}