* mu-cmd-extract.c: free list of indices after use
This commit is contained in:
@ -150,6 +150,8 @@ save_part_with_filename (MuMsg *msg, const char *pattern, MuConfig *opts)
|
|||||||
rv &= save_part (msg, opts->targetdir,
|
rv &= save_part (msg, opts->targetdir,
|
||||||
GPOINTER_TO_UINT(cur->data),
|
GPOINTER_TO_UINT(cur->data),
|
||||||
opts->overwrite, opts->play);
|
opts->overwrite, opts->play);
|
||||||
|
g_slist_free (lst);
|
||||||
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user