[Github-comments] [geany/geany-plugins] Workbench: fixed not closed file handles on directory scanning (thanks to techee). Fixes #607. (#608)
Frank Lanitz
notifications at xxxxx
Wed Oct 4 17:50:11 UTC 2017
frlan commented on this pull request.
> @@ -228,6 +228,9 @@ static GSList *wb_project_dir_get_file_list(WB_PROJECT_DIR *root, const gchar *u
{
GSList *list = NULL;
GDir *dir;
+ const gchar *child_name;
+ GSList *child;
= NULL;
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/608#pullrequestreview-67149742
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171004/921183a4/attachment.html>
More information about the Github-comments
mailing list