[GB.NET]
* BUG: Fix an apparently useless referencement in DnsClient. git-svn-id: svn://localhost/gambas/trunk@3127 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
808cafc1cc
commit
012c31e8fd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user