aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_allocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_allocation.c')
-rw-r--r--src/util/common_allocation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/common_allocation.c b/src/util/common_allocation.c
index cd7175eac..4ab5910eb 100644
--- a/src/util/common_allocation.c
+++ b/src/util/common_allocation.c
@@ -224,8 +224,8 @@ GNUNET_xrealloc_ (void *ptr,
224 * want to keep track of allocations. 224 * want to keep track of allocations.
225 * 225 *
226 * @param ptr the pointer to free 226 * @param ptr the pointer to free
227 * @param filename where in the code was the call to GNUNET_array_grow 227 * @param filename where in the code was the call to GNUNET_free
228 * @param linenumber where in the code was the call to GNUNET_array_grow 228 * @param linenumber where in the code was the call to GNUNET_free
229 */ 229 */
230void 230void
231GNUNET_xfree_ (void *ptr, 231GNUNET_xfree_ (void *ptr,