diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-21 16:38:16 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-21 16:38:16 +0100 |
commit | dc96fd3cca731a3e47f4759078e8aa29fe21486e (patch) | |
tree | aef920a424ce0da98903fcdbe086a1140aedcf99 /src | |
parent | 5a7f29f11e20bfdd5292388487907812fba1142a (diff) |
-init uninit
Diffstat (limited to 'src')
-rw-r--r-- | src/fs/test_fs_uri.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_uri.c b/src/fs/test_fs_uri.c index 30eafab9a..aac7b1b97 100644 --- a/src/fs/test_fs_uri.c +++ b/src/fs/test_fs_uri.c @@ -80,7 +80,7 @@ testLocation () char *uric; struct GNUNET_FS_Uri *uri2; struct GNUNET_FS_Uri *baseURI; - char *emsg; + char *emsg = NULL; struct GNUNET_CRYPTO_EddsaPrivateKey pk; baseURI = |