[gnc-xml-backend] g_free char*

This commit is contained in:
Christopher Lam
2021-06-11 20:39:53 +08:00
parent a8aec07e8a
commit e653c30193

View File

@@ -107,6 +107,7 @@ GncXmlBackend::check_path (const char* fullpath, bool create)
g_free(dirname);
return false;
}
g_free(dirname);
return true;
}