diff options
| author | Simo Sorce <idra@samba.org> | 2001-09-17 11:25:41 +0000 |
|---|---|---|
| committer | Simo Sorce <idra@samba.org> | 2001-09-17 11:25:41 +0000 |
| commit | 61b2794968faa35dc91edce17e9b91e5366c3514 (patch) | |
| tree | 3fd9ec24adcdf149263066754f5e51ac7a4e14e0 /source3/smbd/notify_kernel.c | |
| parent | 87945989c0383bd012be7ab8bc5920b6d03fa105 (diff) | |
| download | samba-61b2794968faa35dc91edce17e9b91e5366c3514.tar.gz samba-61b2794968faa35dc91edce17e9b91e5366c3514.tar.xz samba-61b2794968faa35dc91edce17e9b91e5366c3514.zip | |
move to SAFE_FREE()
(This used to be commit a95943fde0ad89ae3f2deca2f7ba9cb5ab612b74)
Diffstat (limited to 'source3/smbd/notify_kernel.c')
| -rw-r--r-- | source3/smbd/notify_kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/notify_kernel.c b/source3/smbd/notify_kernel.c index 11a5592458..4b84831550 100644 --- a/source3/smbd/notify_kernel.c +++ b/source3/smbd/notify_kernel.c @@ -111,7 +111,7 @@ static void kernel_remove_notify(void *datap) } close(fd); } - free(data); + SAFE_FREE(data); DEBUG(3,("removed kernel change notify fd=%d\n", fd)); } |
