https://bugs.documentfoundation.org/show_bug.cgi?id=111561
--- Comment #13 from Alex Thurgood <[email protected]> ---
See also lines 109-115 of RemoteControlContainer.m :
- (void) startListening: (id) sender {
#ifdef DEBUG
NSLog(@"Apple Remote: start listening to events... ");
#endif
for(NSUInteger i=0; i < [remoteControls count]; i++) {
[[remoteControls objectAtIndex: i] startListening: sender];
}
where the line :
[[remoteControls objectAtIndex: i] startListening: sender];
is identified as a leak point.
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs