Commit 96bb5767 authored by Rafaël Carré's avatar Rafaël Carré

qt4 update: don't crash if there was a problem with update_New()

parent 119e9c7f
......@@ -218,6 +218,7 @@ void UpdateDialog::close()
void UpdateDialog::updateOrUpload()
{
if( !p_update ) return;
if( !b_updated )
{
update_Check( p_update, VLC_FALSE );
......
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