From 8045bd869397a2303d4e14fef21448acc0a8f2c2 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 5 Oct 2010 19:48:55 +0200 Subject: fixed few more memleaks --- plugins/vorbis/vorbis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/vorbis') diff --git a/plugins/vorbis/vorbis.c b/plugins/vorbis/vorbis.c index 38c97532..fc0afe9e 100644 --- a/plugins/vorbis/vorbis.c +++ b/plugins/vorbis/vorbis.c @@ -433,6 +433,7 @@ cvorbis_insert (DB_playItem_t *after, const char *fname) { if (err != 0) { trace ("ov_open_callbacks returned %d\n", err); ov_clear (&vorbis_file); + deadbeef->fclose (fp); return NULL; } -- cgit v1.2.3