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

core: fix memory leak in command /cursor

This commit is contained in:
Sebastien Helleu
2011-07-30 11:35:17 +02:00
parent 5059743dd2
commit ca3c1e2636
+1
View File
@@ -1157,6 +1157,7 @@ COMMAND_CALLBACK(cursor)
gui_cursor_move_xy (x, y);
}
}
free (str_x);
}
}
else