From Jakub Zawadzki:

Fix small memory leak when running from build directory.

svn path=/trunk/; revision=27691
This commit is contained in:
Jaap Keuter 2009-03-11 06:03:31 +00:00
parent 51cf696142
commit 108fe4f53a
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ init_plugins(void)
plugins_scan_dir(plugin_dir_path);
g_free(plugin_dir_path);
}
ws_dir_close(dir);
}
} else
plugins_scan_dir(plugin_dir);