Sgementation fault introduced in 0.8.4 #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I used the alpine docker container from bcliang/docker-libgourou. After the last changes in
e05639c09d
I get a segmentation fault, if I use acsm_downloader.The reason is the new code
It is used after
curl_easy_cleanup(curl);
According to libcurl easy cleanup the curl-handle should not be used anymore.
Just moving the code above the call of
curl_easy_cleanup(curl);
solved the problem for me. This should be verified as I'm not that good in C++.Thanks a lot. I did not noticed it in local !
Fixed in 0.8.5