Changeset e503ff351bb7aa379b571ab861ef7949afab7e05

Show
Ignore:
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
  • modules/gui/macosx/update.m

    r7e7f3bd re503ff3  
    209209    update_Check( p_u, updateCallback, self ); 
    210210 
     211    NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; 
    211212    [[NSUserDefaults standardUserDefaults] setObject: [NSDate date] forKey: kPrefUpdateLastTimeChecked]; 
     213    [pool release]; 
    212214} 
    213215