office-gobmx/apple_remote
Douglas Mencken d676bd620a apple_remote: autorelease --> release in dealloc (destructor)
using autorelease here leads to “just leaking” because there's no autorelease pool for thread
besides, make sure that released fields do not contain used•to•be•a•valid•pointer value

Change-Id: Id6cb37643230f64dbe9f6128f52236f04d0c88e4
Reviewed-on: https://gerrit.libreoffice.org/22981
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-03-07 16:07:19 +00:00
..
source apple_remote: autorelease --> release in dealloc (destructor) 2016-03-07 16:07:19 +00:00
Library_AppleRemote.mk
Makefile
Module_apple_remote.mk
README

Library to interact with the Apple Remote Control on Mac

This is an early version of Martin Kahr's Remote Control Wrapper
library
(http://martinkahr.com/2007/07/26/remote-control-wrapper-20/index.html
) with modifications by Eric Bachard. Unfortunately the exact extent
of (and rationale behind) the modifications done is unknown, at least
until the original upstream source version it is based on is
found. Version control of this just starts with the monolithic commit
of the appleremote01 CWS. Some technical detail can be found in the
OOo wiki:
http://wiki.openoffice.org/wiki/Mac_OS_X_Porting_-_Apple_Remote_implementation