From 1f312492ecf8b3215bddf5c2f2d9fb2cbe2bf098 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 17 Sep 2001 04:35:51 +0000 Subject: move to SAFE_FREE() (This used to be commit 1446a1562b1c618c023b056f476e26da7ee3d532) --- source3/nmbd/nmbd_processlogon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd/nmbd_processlogon.c') diff --git a/source3/nmbd/nmbd_processlogon.c b/source3/nmbd/nmbd_processlogon.c index 4f98a23584..9923d352dc 100644 --- a/source3/nmbd/nmbd_processlogon.c +++ b/source3/nmbd/nmbd_processlogon.c @@ -367,7 +367,7 @@ reporting %s domain %s 0x%x ntversion=%x lm_nt token=%x lm_20 token=%x\n", q += 2; /* LMNT token (0xff) */ q += 2; /* LM20 token (0xff) */ - free(db_info); /* Not sure whether we need to do anything + SAFE_FREE(db_info); /* Not sure whether we need to do anything useful with these */ /* Send message to smbd */ -- cgit