diff options
Diffstat (limited to 'src/fs/fs_getopt.c')
-rw-r--r-- | src/fs/fs_getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_getopt.c b/src/fs/fs_getopt.c index d7ff97c6b7..5e95109566 100644 --- a/src/fs/fs_getopt.c +++ b/src/fs/fs_getopt.c @@ -53,7 +53,7 @@ GNUNET_FS_getopt_set_keywords (struct GNUNET_GETOPT_CommandLineProcessorContext if (u == NULL) { - u = GNUNET_malloc (sizeof (struct GNUNET_FS_Uri)); + u = GNUNET_new (struct GNUNET_FS_Uri); *uri = u; u->type = GNUNET_FS_URI_KSK; u->data.ksk.keywordCount = 0; |