From 012c31e8fdd97a514ffba6820c66f185d778f344 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Mon, 23 Aug 2010 21:33:24 +0000 Subject: [PATCH] [GB.NET] * BUG: Fix an apparently useless referencement in DnsClient. git-svn-id: svn://localhost/gambas/trunk@3127 867c0c6c-44f3-4631-809d-bfa615b0a4ec --- gb.net/src/CDnsClient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gb.net/src/CDnsClient.c b/gb.net/src/CDnsClient.c index 0c11b94b0..0ec41a4b5 100644 --- a/gb.net/src/CDnsClient.c +++ b/gb.net/src/CDnsClient.c @@ -130,7 +130,7 @@ void dns_callback(long lParam) mythis->iStatus=0; if (mythis->finished_callback) { - GB.Ref(mythis); + //GB.Ref(mythis); GB.Post(mythis->finished_callback, (long)mythis->CliParent); } else