muscle: Properly clean up the applet memory footprint

This commit is contained in:
Jakub Jelen 2018-06-11 15:21:43 +02:00 committed by Frank Morgner
parent 5b3da5d462
commit 1f352d4c6d
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ mscfs_t *mscfs_new(void) {
void mscfs_free(mscfs_t *fs) {
mscfs_clear_cache(fs);
free(fs);
}
void mscfs_clear_cache(mscfs_t* fs) {