summaryrefslogtreecommitdiffstats
path: root/source/smbd/notify_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/smbd/notify_hash.c')
-rw-r--r--source/smbd/notify_hash.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/smbd/notify_hash.c b/source/smbd/notify_hash.c
index d8b35462acb..90eb88ac814 100644
--- a/source/smbd/notify_hash.c
+++ b/source/smbd/notify_hash.c
@@ -1,5 +1,6 @@
/*
- Unix SMB/CIFS implementation.
+ Unix SMB/Netbios implementation.
+ Version 3.0
change notify handling - hash based implementation
Copyright (C) Jeremy Allison 1994-1998
Copyright (C) Andrew Tridgell 2000
@@ -194,7 +195,7 @@ static BOOL hash_check_notify(connection_struct *conn, uint16 vuid, char *path,
static void hash_remove_notify(void *datap)
{
- free(datap);
+ SAFE_FREE(datap);
}
/****************************************************************************