Revision: 28540
          http://sourceforge.net/p/bibdesk/svn/28540
Author:   hofman
Date:     2024-01-04 16:47:36 +0000 (Thu, 04 Jan 2024)
Log Message:
-----------
don't release statusBar twice

Modified Paths:
--------------
    trunk/bibdesk/BDSKEditor.m
    trunk/bibdesk/BibDocument.m

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2024-01-04 16:46:39 UTC (rev 28539)
+++ trunk/bibdesk/BDSKEditor.m  2024-01-04 16:47:36 UTC (rev 28540)
@@ -330,7 +330,6 @@
 
 - (void)dealloc{
     [[NSNotificationCenter defaultCenter] removeObserver:self];
-    BDSKDESTROY(statusBar);
     BDSKDESTROY(publication);
     BDSKDESTROY(fields);
     BDSKDESTROY(addedFields);

Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2024-01-04 16:46:39 UTC (rev 28539)
+++ trunk/bibdesk/BibDocument.m 2024-01-04 16:47:36 UTC (rev 28540)
@@ -282,7 +282,6 @@
     [[NSDistributedNotificationCenter defaultCenter] removeObserver:self];
     BDSKDESTROY(mainSplitView);
     BDSKDESTROY(mainView);
-    BDSKDESTROY(statusBar);
     BDSKDESTROY(basePath);
     BDSKDESTROY(fileSearchController);
     BDSKDESTROY(pboardHelper);

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to