xVST / xVideoServiceThief

xVideoServiceThief is a tool for downloading your favourite video clips from a lot of video websites. xVideoServiceThief also provide you the ability to convert each video in most popular formats: AVI, MPEG1, MPEG2, WMV, MP4, 3GP, MP3 file formats.
67 stars 24 forks source link

Fix SEGFAULT when canceling update #1

Closed ckorn closed 11 years ago

ckorn commented 11 years ago

When the update window is closed with cancel there is a SEGFAULT because it tries to cancel the HTTP request which might not be initialized if the update has not been started yet. So just check if the HTTP object is not NULL.

xVST commented 11 years ago

Thanks, fixed.