mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Don't touch data after a free.
Jeremy. (This used to be commit 3aea32c8e6d204e41776b4bce79234d2159867b3)
This commit is contained in:
parent
2467a2f0ce
commit
f504cc4e10
@ -84,7 +84,6 @@ void data_blob_free(DATA_BLOB *d)
|
||||
if (d->free) {
|
||||
(d->free)(d);
|
||||
}
|
||||
ZERO_STRUCTP(d);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user