--- a/libpurple/plugins/log_reader.c Fri Mar 08 04:20:57 2019 +0000
+++ b/libpurple/plugins/log_reader.c Tue Mar 12 05:51:08 2019 -0400
@@ -594,11 +594,9 @@
found = TRUE;
break;
}
- g_free(path);
g_free(history_path);
}
- else
- g_free(path);
+ g_free(path);
}
g_dir_close(dir);
}