From 91e6c9743f449c64351fff801e2abd528ebdcd4b Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Fri, 2 Apr 2010 18:45:49 +0200 Subject: fixed ton of memleaks and memory-related crashes --- plugins/vtx/vtx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/vtx') diff --git a/plugins/vtx/vtx.c b/plugins/vtx/vtx.c index 8d0291f2..e05870c9 100644 --- a/plugins/vtx/vtx.c +++ b/plugins/vtx/vtx.c @@ -271,6 +271,7 @@ vtx_insert (DB_playItem_t *after, const char *fname) { ayemu_vtx_free (hdr); after = deadbeef->pl_insert_item (after, it); + deadbeef->pl_item_unref (it); return after; } -- cgit v1.2.3