From: Urban Wallasch Date: Wed, 21 Apr 2021 18:13:24 +0000 (+0200) Subject: * Fixed the fix. X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=f89f35b55c992d54c65e7ac06083590ff8c8a46c;p=kaotools.git * Fixed the fix. --- 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 ); }