Re: Detecting memory leaks

2022-04-27 Thread Andreas Fink
One thing to look for is if you are running in threads, that every thread should have its own autorelease pool being set up before doing anything. Alan Third wrote on 27.04.22 22:08: > I'm investigating some memory that have been reported in the GNUstep > port of Emacs. The reporter says they're

Detecting memory leaks

2022-04-27 Thread Alan Third
I'm investigating some memory that have been reported in the GNUstep port of Emacs. The reporter says they're getting warnings in the console about objects being autoreleased when there is no autorelease pool. Now, I'm pretty sure I know what's causing that particular problem, but I don't see