git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add harmless parentheses so that dmalloc doesn't get confused by a
[ira/wip.git]
/
source3
/
lib
/
util.c
diff --git
a/source3/lib/util.c
b/source3/lib/util.c
index 3409124fe257527f575438d5b7d563e3734d231b..6caa605066367e5ffef7713dfa833e36ef660f6d 100644
(file)
--- a/
source3/lib/util.c
+++ b/
source3/lib/util.c
@@
-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);
}