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

exec: fix memory leak in display of process output

This commit is contained in:
Sébastien Helleu
2017-01-06 07:26:43 +01:00
parent 914bda1a74
commit 501437af07
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -340,6 +340,8 @@ exec_display_line (struct t_exec_cmd *exec_cmd, struct t_gui_buffer *buffer,
line_color);
}
}
free (line_color);
}
/*