mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-03 21:38:04 -05:00
httpcache: Free the GError before exiting
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
@@ -6,7 +6,7 @@ int
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
g_autoptr(FlatpakHttpSession) session = flatpak_create_http_session (PACKAGE_STRING);
|
||||
GError *error = NULL;
|
||||
g_autoptr(GError) error = NULL;
|
||||
const char *url, *dest;
|
||||
int flags = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user