diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/data_blob.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/data_blob.c b/source3/lib/data_blob.c index 250c3ade88..4056212fc5 100644 --- a/source3/lib/data_blob.c +++ b/source3/lib/data_blob.c @@ -84,6 +84,7 @@ void data_blob_free(DATA_BLOB *d) if (d->free) { (d->free)(d); } + d->length = 0; } } |