diff th_util.c @ 197:88986d0b56ef

Rename th_free_r() to th_free_r_real() and #define a macro wrapper for casting argument to (void **).
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Feb 2016 20:26:47 +0200
parents a16e8272bdda
children fcbdc12f5866
line wrap: on
line diff
--- a/th_util.c	Thu Feb 11 17:52:35 2016 +0200
+++ b/th_util.c	Thu Feb 11 20:26:47 2016 +0200
@@ -233,7 +233,7 @@
 }
 
 
-void th_free_r(void **ptr)
+void th_free_r_real(void **ptr)
 {
     if (ptr != NULL)
     {