aboutsummaryrefslogtreecommitdiff
path: root/src/block
diff options
context:
space:
mode:
Diffstat (limited to 'src/block')
-rw-r--r--src/block/plugin_block_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/plugin_block_template.c b/src/block/plugin_block_template.c
index 7c62de6b1..18809b1b1 100644
--- a/src/block/plugin_block_template.c
+++ b/src/block/plugin_block_template.c
@@ -111,7 +111,7 @@ libgnunet_plugin_block_template_init (void *cls)
111 }; 111 };
112 struct GNUNET_BLOCK_PluginFunctions *api; 112 struct GNUNET_BLOCK_PluginFunctions *api;
113 113
114 api = GNUNET_malloc (sizeof (struct GNUNET_BLOCK_PluginFunctions)); 114 api = GNUNET_new (struct GNUNET_BLOCK_PluginFunctions);
115 api->evaluate = &block_plugin_template_evaluate; 115 api->evaluate = &block_plugin_template_evaluate;
116 api->get_key = &block_plugin_template_get_key; 116 api->get_key = &block_plugin_template_get_key;
117 api->types = types; 117 api->types = types;