Closed
Description
HI, in this function, it is possible that the lock lock
(Line 71) is not released properly because the execution does not enter the while(j < num_urls)
? Also, it also seems that the lock lock
could be released multiple times in the while loop at Line 97.
Thanks for checking.
curl/docs/examples/smooth-gtk-thread.c
Lines 68 to 113 in 3085ccf