summaryrefslogtreecommitdiff
path: root/plugins/vtx
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/vtx')
-rw-r--r--plugins/vtx/vtx.c1
1 files changed, 1 insertions, 0 deletions
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;
}