Revision: 29144
          http://sourceforge.net/p/bibdesk/svn/29144
Author:   hofman
Date:     2025-04-20 08:52:12 +0000 (Sun, 20 Apr 2025)
Log Message:
-----------
set ivarrs to null when releasing in dealloc

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-19 
21:22:30 UTC (rev 29143)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2025-04-20 
08:52:12 UTC (rev 29144)
@@ -474,6 +474,7 @@
 {
     CFRunLoopTimerInvalidate(_zombieTimer);
     CFRelease(_zombieTimer);
+    _zombieTimer = NULL;
     // this variable is accessed in super's dealloc, so set it to NULL
     _trackingAreas = nil;
     _topSliderArea = nil;
@@ -482,6 +483,7 @@
     [self _cancelDownloads];
     [_operationQueue terminate];
     CGLayerRelease(_selectionOverlay);
+    _selectionOverlay = NULL;
 }
 
 - (BOOL)isFlipped { return YES; }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to