diff options
Diffstat (limited to 'Source/SPDatabaseDocument.m')
-rw-r--r-- | Source/SPDatabaseDocument.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index f3f419d8..c8f7bc7d 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -72,6 +72,7 @@ @synthesize parentTabViewItem; @synthesize isProcessing; @synthesize serverSupport; +@synthesize processID; - (id)init { @@ -4626,6 +4627,7 @@ if (titleAccessoryView) [titleAccessoryView release]; if (taskProgressWindow) [taskProgressWindow release]; if (serverSupport) [serverSupport release]; + if (processID) [processID release]; [super dealloc]; } |