* Fixed the fix.
authorUrban Wallasch <urban.wallasch@freenet.de>
Wed, 21 Apr 2021 18:13:24 +0000 (20:13 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Wed, 21 Apr 2021 18:13:24 +0000 (20:13 +0200)
kaoupload.c

index 5f078dc8b7eb8a65a55ebb8a3df73eee1f2cb75f..8a9a8d80c733dd47d663454a1c08fa9bf1607f6b 100644 (file)
@@ -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 );
 }