Add harmless parentheses so that dmalloc doesn't get confused by a
authorMartin Pool <mbp@samba.org>
Wed, 9 Jan 2002 05:09:44 +0000 (05:09 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 9 Jan 2002 05:09:44 +0000 (05:09 +0000)
variable called 'free'.
(This used to be commit a823e3f8b2961c3e24205911354a55ffa588233b)

source3/lib/util.c

index 3409124fe257527f575438d5b7d563e3734d231b..6caa605066367e5ffef7713dfa833e36ef660f6d 100644 (file)
@@ -2147,7 +2147,7 @@ void data_blob_free(DATA_BLOB *d)
 {
        if (d) {
                if (d->free) {
 {
        if (d) {
                if (d->free) {
-                       d->free(d);
+                       (d->free)(d);
                }
                ZERO_STRUCTP(d);
        }
                }
                ZERO_STRUCTP(d);
        }