mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +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) {
|
if (d->free) {
|
||||||
(d->free)(d);
|
(d->free)(d);
|
||||||
}
|
}
|
||||||
ZERO_STRUCTP(d);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user