From 1446a1562b1c618c023b056f476e26da7ee3d532 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 17 Sep 2001 04:35:51 +0000 Subject: move to SAFE_FREE() --- source/nmbd/nmbd_synclists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/nmbd/nmbd_synclists.c') 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); } } } -- cgit