Some more memory improvements
* Less leaks * Less allocations Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
@@ -646,7 +646,7 @@ sv_ev_incoming_message(ProfMessage* message)
|
||||
|
||||
if (prefs_get_boolean(PREF_MAM)) {
|
||||
win_print_loading_history(window);
|
||||
iq_mam_request(chatwin, g_date_time_add_seconds(message->timestamp, 0)); // copy timestamp
|
||||
iq_mam_request(chatwin, g_date_time_ref(message->timestamp)); // copy timestamp
|
||||
}
|
||||
|
||||
#ifdef HAVE_OMEMO
|
||||
|
||||
Reference in New Issue
Block a user