mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Don't touch data after a free.
Jeremy.
(This used to be commit 3aea32c8e6
)
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…
Reference in New Issue
Block a user