summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd_synclists.c
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2001-09-17 04:35:51 +0000
committerSimo Sorce <idra@samba.org>2001-09-17 04:35:51 +0000
commit1446a1562b1c618c023b056f476e26da7ee3d532 (patch)
tree362d010480e2437d23449ab936e353477eb41990 /source/nmbd/nmbd_synclists.c
parent2d507ec669def6d49304559e53d6c14af9b290a9 (diff)
downloadsamba-1446a1562b1c618c023b056f476e26da7ee3d532.tar.gz
samba-1446a1562b1c618c023b056f476e26da7ee3d532.tar.xz
samba-1446a1562b1c618c023b056f476e26da7ee3d532.zip
move to SAFE_FREE()
Diffstat (limited to 'source/nmbd/nmbd_synclists.c')
-rw-r--r--source/nmbd/nmbd_synclists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nmbd/nmbd_synclists.c b/source/nmbd/nmbd_synclists.c
index e3ea67f1351..7ba39f0cd40 100644
--- a/source/nmbd/nmbd_synclists.c
+++ b/source/nmbd/nmbd_synclists.c
@@ -294,7 +294,7 @@ void sync_check_completion(void)
complete_sync(s);
DLIST_REMOVE(syncs, s);
ZERO_STRUCTP(s);
- free(s);
+ SAFE_FREE(s);
}
}
}