From f89f35b55c992d54c65e7ac06083590ff8c8a46c Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Wed, 21 Apr 2021 20:13:24 +0200 Subject: [PATCH] * Fixed the fix. --- kaoupload.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/kaoupload.c b/kaoupload.c index 5f078dc..8a9a8d8 100644 --- a/kaoupload.c +++ b/kaoupload.c @@ -436,8 +436,5 @@ int main( int argc, char *argv[] ) { res = upload_file( argv[optind++] ); curl_global_cleanup(); - free( cfg.user ); - free( cfg.pass ); - free( cfg.url ); doExit( res ? EXIT_FAILURE : EXIT_SUCCESS ); } -- 2.30.2