Commit 02e63408 authored by Rémi Duraffort's avatar Rémi Duraffort

meta_folder: fix a memleak.

(cherry picked from commit df833855559a20ce60cdf1429c845ee3b8a25120)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 06ccd2dc
......@@ -125,6 +125,7 @@ static int FindMeta( vlc_object_t *p_this )
}
}
}
free( psz_path );
return b_have_art ? VLC_SUCCESS : VLC_EGENERIC;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment