1
0
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:
Jeremy Allison 2003-01-13 23:15:14 +00:00
parent 2467a2f0ce
commit f504cc4e10

View File

@ -84,7 +84,6 @@ void data_blob_free(DATA_BLOB *d)
if (d->free) {
(d->free)(d);
}
ZERO_STRUCTP(d);
}
}