changeset 61:c0eefd6b2d11

Merged.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 19 Sep 2012 23:56:06 +0300
parents eef9c6312b88 (current diff) c12b66ec0362 (diff)
children 36286f2561e1
files th_util.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/th_util.c	Wed Sep 19 23:55:44 2012 +0300
+++ b/th_util.c	Wed Sep 19 23:56:06 2012 +0300
@@ -490,8 +490,10 @@
     int i;
     
     for (i = 0; i < buf->size; i++)
+    {
         if (buf->data[i] != NULL)
             buf->deallocator(buf->data[i]);
+    }
     
     th_free(buf->data);
     th_free(buf);