1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Fixed memory leak

This commit is contained in:
James Booth 2012-10-06 00:16:53 +01:00
parent 8ecd93049f
commit 47fd81d5b9

View File

@ -74,7 +74,6 @@ status_bar_refresh(void)
if (elapsed >= 60000000) {
dirty = TRUE;
g_date_time_unref(now_time);
last_time = g_date_time_new_now_local();
}
@ -84,6 +83,8 @@ status_bar_refresh(void)
inp_put_back();
dirty = FALSE;
}
g_date_time_unref(now_time);
}
void