mirror of https://github.com/mpv-player/mpv
workaround for gui a short time.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
153aa39ed8
commit
95022a8271
|
@ -442,6 +442,7 @@ play_tree_iter_new(play_tree_t* pt,m_config_t* config) {
|
|||
void
|
||||
play_tree_iter_free(play_tree_iter_t* iter) {
|
||||
|
||||
if ( !iter ) return;
|
||||
#ifdef MP_DEBUG
|
||||
assert(iter != NULL);
|
||||
#endif
|
||||
|
@ -460,6 +461,7 @@ int
|
|||
play_tree_iter_step(play_tree_iter_t* iter, int d,int with_nodes) {
|
||||
play_tree_t* pt;
|
||||
|
||||
if ( !iter ) return PLAY_TREE_ITER_ERROR;
|
||||
#ifdef MP_DEBUG
|
||||
assert(iter != NULL);
|
||||
assert(iter->root != NULL);
|
||||
|
|
Loading…
Reference in New Issue