Commit 53aef42d authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Attempt to fix a crash in update code.

(coming from apple-bugreport ml).
parent 1315f64d
...@@ -219,6 +219,7 @@ static void updateCallback( void * p_data, bool b_success ) ...@@ -219,6 +219,7 @@ static void updateCallback( void * p_data, bool b_success )
[o_btn_DownloadNow setEnabled: NO]; [o_btn_DownloadNow setEnabled: NO];
[o_update_window orderOut: self]; [o_update_window orderOut: self];
update_Delete( p_u ); update_Delete( p_u );
p_u = nil;
} }
@end @end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment