Changeset e503ff351bb7aa379b571ab861ef7949afab7e05
- Timestamp:
- 15/06/08 23:10:23
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213564223 +0200
- git-parent:
[312324cd44cf10c2b090e91eefe8242a62cbeb1b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213564223 +0200
- Message:
macosx: Make sure we have an autorelease pool in -checkForUpdate.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7e7f3bd |
re503ff3 |
|
| 209 | 209 | update_Check( p_u, updateCallback, self ); |
|---|
| 210 | 210 | |
|---|
| | 211 | NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; |
|---|
| 211 | 212 | [[NSUserDefaults standardUserDefaults] setObject: [NSDate date] forKey: kPrefUpdateLastTimeChecked]; |
|---|
| | 213 | [pool release]; |
|---|
| 212 | 214 | } |
|---|
| 213 | 215 | |
|---|