# HG changeset patch # User Matti Hamalainen # Date 1338990757 -10800 # Node ID c12b66ec0362ca92100f8d31446f03cdbf57716a # Parent c78757d6e440278a2130a0e7d32321945a18706a Add braces, mostly cosmetic. diff -r c78757d6e440 -r c12b66ec0362 th_util.c --- a/th_util.c Sun May 27 10:32:29 2012 +0300 +++ b/th_util.c Wed Jun 06 16:52:37 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);