Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Replace all non-cyclic NSAutoreleasepools with @autoreleasepool
- Loading branch information
Showing
with
2,755 additions
and 2,859 deletions.
- +50 −52 Frameworks/PostgresKit/Source/PGPostgresConnection.m
- +22 −24 Frameworks/PostgresKit/Source/PGPostgresConnectionParameters.m
- +135 −143 Frameworks/SPMySQLFramework/Source/SPMySQLConnection.m
- +63 −63 Frameworks/SPMySQLFramework/Source/SPMySQLFastStreamingResult.m
- +1 −1 Frameworks/SPMySQLFramework/Source/SPMySQLResult Categories/Field Definitions.m
- +121 −122 Frameworks/SPMySQLFramework/Source/SPMySQLStreamingResultStore.m
- +60 −59 Source/GeneratePreviewForURL.m
- +38 −41 Source/GenerateThumbnailForURL.m
- +2 −2 Source/SPCSVExporter.m
- +122 −127 Source/SPConnectionController.m
- +290 −292 Source/SPCustomQuery.m
- +8 −11 Source/SPDataImport.m
- +390 −412 Source/SPDatabaseDocument.m
- +233 −234 Source/SPDatabaseStructure.m
- +47 −49 Source/SPExportController.m
- +7 −11 Source/SPExporter.m
- +67 −69 Source/SPFavoritesController.m
- +33 −35 Source/SPFavoritesExporter.m
- +23 −26 Source/SPFavoritesImporter.m
- +46 −48 Source/SPFileHandle.m
- +0 −1 Source/SPHistoryController.h
- +84 −85 Source/SPHistoryController.m
- +119 −121 Source/SPIndexesController.m
- +6 −6 Source/SPNavigatorController.m
- +41 −44 Source/SPProcessListController.m
- +216 −218 Source/SPSSHTunnel.m
- +161 −170 Source/SPTableContent.m
- +44 −47 Source/SPTableStructure.m
- +87 −83 Source/SPTablesList.m
- +52 −54 Source/SPUserManager.m
- +140 −162 Source/SequelProTunnelAssistant.m
- +47 −47 Source/xibLocalizationPostprocessor.m
Oops, something went wrong.