]> err.no Git - yubikey-personalization/commit
workaround for a memory leak in IOHIDManagerCopyDevices()
authorKlas Lindfors <klas@yubico.com>
Wed, 10 Oct 2012 13:42:20 +0000 (15:42 +0200)
committerKlas Lindfors <klas@yubico.com>
Wed, 10 Oct 2012 13:42:20 +0000 (15:42 +0200)
commitdba1c3a6d59719b19177797383a14cb5148e48c8
treee8cc5451cc8608463a9bc3466297704270f0b8a5
parent71fa606ab9bfd5137891046fc82358a94fb866d9
workaround for a memory leak in IOHIDManagerCopyDevices()

leaks 192 bytes/call on os x 10.8.2, by scheduling and unscheduling a run loop it doesn't leak.
ykcore/ykcore_osx.c