From fcef386e7515078851ab94c8b3c2686b09cacd96 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Thu, 17 Apr 2014 19:21:35 +0000 Subject: liboauth-1.0.3 --- src/xmalloc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/xmalloc.c') diff --git a/src/xmalloc.c b/src/xmalloc.c index f831e13..bd2136f 100644 --- a/src/xmalloc.c +++ b/src/xmalloc.c @@ -57,4 +57,7 @@ char *xstrdup (const char *s) { return (char*) ptr; } +void xfree(void *ptr) { + return free(ptr); +} // vi: sts=2 sw=2 ts=2 -- cgit v1.2.1