[gnc-file] free char*

This commit is contained in:
Christopher Lam 2021-06-07 22:48:17 +08:00
parent c8a7b9edb3
commit 10298dc644

View File

@ -572,6 +572,7 @@ gnc_add_history (QofSession * session)
file = gnc_uri_normalize_uri ( url, FALSE ); /* Note that the password is not saved in history ! */
gnc_history_add_file (file);
g_free (file);
}
static void