1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

Fix memory leak in filename completion

This commit is contained in:
Sebastien Helleu
2009-03-08 10:27:58 +01:00
parent a44cc9ffde
commit 4608b82e41
+1
View File
@@ -455,6 +455,7 @@ gui_completion_list_add_filename (struct t_gui_completion *completion)
0, WEECHAT_LIST_POS_SORT);
}
}
closedir (dp);
}
free (d_name);