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:
@@ -455,6 +455,7 @@ gui_completion_list_add_filename (struct t_gui_completion *completion)
|
||||
0, WEECHAT_LIST_POS_SORT);
|
||||
}
|
||||
}
|
||||
closedir (dp);
|
||||
}
|
||||
|
||||
free (d_name);
|
||||
|
||||
Reference in New Issue
Block a user