mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
parent
70452c1194
commit
ce3b99f577
@ -486,6 +486,7 @@ _get_groupchat_log_filename(const char * const room, const char * const login,
|
|||||||
|
|
||||||
gchar *date = g_date_time_format(dt, "/%Y_%m_%d.log");
|
gchar *date = g_date_time_format(dt, "/%Y_%m_%d.log");
|
||||||
g_string_append(log_file, date);
|
g_string_append(log_file, date);
|
||||||
|
g_free(date);
|
||||||
|
|
||||||
char *result = strdup(log_file->str);
|
char *result = strdup(log_file->str);
|
||||||
g_string_free(log_file, TRUE);
|
g_string_free(log_file, TRUE);
|
||||||
|
Loading…
Reference in New Issue
Block a user