git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
libvlc_release(): removes unused exception
[vlc.git]
/
src
/
control
/
tag_query.c
diff --git
a/src/control/tag_query.c
b/src/control/tag_query.c
index
f534ed4
..
5b49539
100644
(file)
--- a/
src/control/tag_query.c
+++ b/
src/control/tag_query.c
@@
-76,7
+76,7
@@
void libvlc_tag_query_release( libvlc_tag_query_t * p_q )
free( p_q->tag );
free( p_q->psz_tag_key );
- libvlc_release( p_q->p_libvlc_instance
, NULL
);
+ libvlc_release( p_q->p_libvlc_instance );
free( p_q );
}