mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
minor tweak
This commit is contained in:
parent
1219ad4115
commit
61bb386826
1 changed files with 1 additions and 1 deletions
|
@ -271,8 +271,8 @@ void vfsInitDirectory( const char *path ){
|
||||||
vfsInitPakFile(filename);
|
vfsInitPakFile(filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
g_free(name);
|
|
||||||
dirlist = g_slist_remove(cur, name);
|
dirlist = g_slist_remove(cur, name);
|
||||||
|
g_free(name);
|
||||||
}
|
}
|
||||||
g_dir_close( dir );
|
g_dir_close( dir );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue