lacasanova / shortcutrecorder

Automatically exported from code.google.com/p/shortcutrecorder
0 stars 0 forks source link

Memory leak in SRMakeCombo #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I am profiling my application and I have found some memory leaks, apparently in 
SRMakeCombo code.
It happens every time I try to set a combo in a shortcutrecorder object: see 
the attached image for some details.

Original issue reported on code.google.com by ugo.land...@gmail.com on 20 Feb 2011 at 9:27

Attachments:

GoogleCodeExporter commented 8 years ago
Ok, it's because SRMakeCombo isn't supposed to be called in this way, it's not 
returning an autoreleased object.
What's the supposed way to reassign a combo? I save combos in NSUserDefaults, 
so I have to reassign them if the user push "set to defaults" button.

Original comment by ugo.land...@gmail.com on 20 Feb 2011 at 9:40

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r58.

Original comment by andypot...@gmail.com on 6 May 2011 at 8:03