1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-14 18:14:15 -04:00

Merge remote-tracking branch 'dmitry/fixes'

This commit is contained in:
James Booth 2013-01-12 23:39:21 +00:00
commit 7733af1293

View File

@ -191,7 +191,7 @@ _ui_draw_win_title(void)
if (g_strcmp0(win_title, new_win_title) != 0) {
// print to x-window title bar
printf(new_win_title);
printf("%s", new_win_title);
if (win_title != NULL) {
free(win_title);
}