Revision: 15226
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=15226&view=rev
Author:   hofman
Date:     2009-04-29 10:06:55 +0000 (Wed, 29 Apr 2009)

Log Message:
-----------
Release autorelease pool. Import header.

Modified Paths:
--------------
    trunk/bibdesk/BDSKFileSearchIndex.m
    trunk/bibdesk/NSTableView_BDSKExtensions.m

Modified: trunk/bibdesk/BDSKFileSearchIndex.m
===================================================================
--- trunk/bibdesk/BDSKFileSearchIndex.m 2009-04-29 04:58:21 UTC (rev 15225)
+++ trunk/bibdesk/BDSKFileSearchIndex.m 2009-04-29 10:06:55 UTC (rev 15226)
@@ -717,6 +717,9 @@
         while ([self shouldKeepRunning]) {
             // this blocks until a new note is available, or the index finishes
             [self processNextNotification];
+            
+            [pool release];
+            pool = [[NSAutoreleasePool alloc] init];
         }
     }
     @catch(id e){
@@ -735,6 +738,8 @@
         [notificationThread release];
         notificationThread = nil;
         [setupLock unlockWithCondition:INDEX_THREAD_DONE];
+        
+        [pool release];
     }
 }
 

Modified: trunk/bibdesk/NSTableView_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSTableView_BDSKExtensions.m  2009-04-29 04:58:21 UTC (rev 
15225)
+++ trunk/bibdesk/NSTableView_BDSKExtensions.m  2009-04-29 10:06:55 UTC (rev 
15226)
@@ -38,6 +38,7 @@
 
 #import "NSTableView_BDSKExtensions.h"
 #import "NSBezierPath_BDSKExtensions.h"
+#import "BDSKRuntime.h"
 
 
 @interface NSTableView (BDSApplePrivate)


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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to