
4 Jul
2005
4 Jul
'05
10:54 a.m.
On Mon, Jul 04, 2005 at 03:09:10AM -0400, MenTaLguY wrote:
On Mon, 2005-07-04 at 15:19 +1000, Peter Moulder wrote:
On Sat, Jul 02, 2005 at 12:18:52PM +0200, Ralf Stephan wrote:
Also the order of nulling+freeing is reversed to make sure there is no race condition (not sure if necessary but hey).
Surely this is unnecessary unless we are multi-threaded, or some other asynchronous event (signal handler?) can access gr->color here.
There aren't. Even if there were, reordering the operations wouldn't help.
OK, I've now reverted that part.
pjrm.