Changeset 1315 for trunk/Sources/BXPGSQLScriptReader.m
- Timestamp:
- 06/29/09 14:37:31 (13 months ago)
- Files:
-
- 1 modified
-
trunk/Sources/BXPGSQLScriptReader.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Sources/BXPGSQLScriptReader.m
r1188 r1315 67 67 } 68 68 69 NSString* pathString = (id) CFRetain ([fileURL path]);69 NSString* pathString = [fileURL path]; 70 70 const char* path = [pathString UTF8String]; 71 71 int fd = open (path, O_RDONLY | O_SHLOCK); … … 80 80 81 81 //For GC. 82 CFRelease (pathString);82 [pathString self]; 83 83 return retval; 84 84 }
