From a57dd39f31ccbbcb8279f86f930b3228f9709ed6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Mon, 21 Apr 2008 11:42:13 +0000 Subject: [PATCH] wrong free removed --- org.glite.lb.client/src/notify.c | 1 - 1 file changed, 1 deletion(-) diff --git a/org.glite.lb.client/src/notify.c b/org.glite.lb.client/src/notify.c index 71b2b61..0110bb4 100644 --- a/org.glite.lb.client/src/notify.c +++ b/org.glite.lb.client/src/notify.c @@ -278,7 +278,6 @@ int main(int argc,char **argv) return 0; receive_err: - if (fake_addr) free(fake_addr); if (stat.state != EDG_WLL_JOB_UNDEF) edg_wll_FreeStatus(&stat); if (nid) edg_wll_NotifIdFree(nid); edg_wll_NotifCloseFd(ctx); -- 1.8.2.3