lacasanova / shortcutrecorder

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

Memory Leak in SRValidator #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems that there is a memory leak in SRValidator in the 
isKeyCode:andFlagsTaken:error method around line 71: The array returned by 
CopySymbolicHotKeys has to be released. I fixed this by adding [globalHotKeys 
autorelease] after line 71.

Original issue reported on code.google.com by timschro...@googlemail.com on 27 Apr 2011 at 8:21

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