Commit a542f70f authored by Rafaël Carré's avatar Rafaël Carré

fix memory leak

parent 4401a560
......@@ -114,6 +114,7 @@ DBUS_METHOD( SetPosition )
position.i_time = (mtime_t) i_pos;
var_Set( p_input, "time", position );
}
free( psz_trackid );
}
vlc_object_release( p_input );
......
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