Commit f2dcb787 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Unused variable

parent 3ccefd74
...@@ -326,9 +326,9 @@ static void vlc_object_destroy( vlc_object_t *p_this ) ...@@ -326,9 +326,9 @@ static void vlc_object_destroy( vlc_object_t *p_this )
if( p_this->p_libvlc == NULL ) if( p_this->p_libvlc == NULL )
{ {
#ifndef NDEBUG
libvlc_global_data_t *p_global = (libvlc_global_data_t *)p_this; libvlc_global_data_t *p_global = (libvlc_global_data_t *)p_this;
#ifndef NDEBUG
assert( p_global == vlc_global() ); assert( p_global == vlc_global() );
/* Test for leaks */ /* Test for leaks */
if (p_priv->next != p_this) if (p_priv->next != p_this)
......
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