On 12/12/2016 04:35 PM, Black Michael wrote:

Hi Mike,

I have applied this patch but the crash occurs again.

Best 88 de Claude (DJ0OT)

> Try this:
> 
> Index: RemoteFile.cpp
> ===================================================================
> --- RemoteFile.cpp      (revision 7379)
> +++ RemoteFile.cpp      (working copy)
> @@ -15,6 +15,7 @@
>    , listener_ {listener}
>    , network_manager_ {network_manager}
>    , local_file_ {local_file_path}
> +  , reply_ {nullptr}
>    , http_only_ {http_only}
>    , is_valid_ {false}
>    , redirect_count_ {0}
> Index: RemoteFile.hpp
> ===================================================================
> --- RemoteFile.hpp      (revision 7379)
> +++ RemoteFile.hpp      (working copy)
> @@ -75,7 +75,7 @@
>    QFileInfo local_file_;
>    bool http_only_;
>    QUrl url_;
> -  QPointer<QNetworkReply> reply_;
> +  QNetworkReply *reply_;
>    bool is_valid_;
>    unsigned redirect_count_;
>    QSaveFile file_;


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to