Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Memory leak #2

Closed
GoogleCodeExporter opened this issue Sep 11, 2015 · 1 comment
Closed

Memory leak #2

GoogleCodeExporter opened this issue Sep 11, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

in osx/qsRunner.m:
qsTask = [[NSTask new] retain];

"new" already retains, so you are retaining twice, and only releasing once, 
causing a memory leak

Original issue reported on code.google.com by spoon.re...@gmail.com on 20 Jan 2011 at 5:49

@GoogleCodeExporter
Copy link
Author

Fixed in r133.  Thanks for noticing!

Original comment by jamiehardt on 4 Jul 2011 at 6:32

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant