projects
/
kaotools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2875b57
)
* Fixed the fix.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 21 Apr 2021 18:13:24 +0000
(20:13 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 21 Apr 2021 18:13:24 +0000
(20:13 +0200)
kaoupload.c
patch
|
blob
|
history
diff --git
a/kaoupload.c
b/kaoupload.c
index 5f078dc8b7eb8a65a55ebb8a3df73eee1f2cb75f..8a9a8d80c733dd47d663454a1c08fa9bf1607f6b 100644
(file)
--- 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 );
}