1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9320 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-02-07 20:01:19 +00:00
parent a1ae65e2bb
commit fbf83dd1b5

View File

@ -762,7 +762,7 @@ int gui_no_filename=0;
use_gui=0;
}
if (use_gui && playtree_iter){
char cwd[MAXPATHLEN+2];
char cwd[PATH_MAX+2];
// Remove Playtree and Playtree-Iter from memory as its not used by gui
play_tree_iter_free(playtree_iter);
playtree_iter=NULL;