bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #25553] gui bug when build with mingw32, with garbage collection


From: Lu Liyi
Subject: [bug #25553] gui bug when build with mingw32, with garbage collection
Date: Wed, 11 Feb 2009 04:34:52 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.11 (KHTML, like Gecko) Chrome/2.0.159.0 Safari/528.11

Follow-up Comment #2, bug #25553 (project gnustep):

If GS_WITH_GC defined,

DESTROY means:
obj = nil;

and CREATE_AUTORELEASE_POOL(X) defined as null

so if you use a auto release pool like this:
-------------------------------
CREATE_AUTORELEASE_POOL(arp);
...
DESTROY(arp);
-------------------------------

it can not find the object 'arp'.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?25553>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]