Skip to content

Conversation

@lunixoid
Copy link
Contributor

I'm a member of the Pinguem.ru competition on finding errors in open source projects. Errors, found using PVS-Studio:

curlcpp/src/curl_form.cpp 136 err V611 The memory was allocated using 'malloc/realloc' function but was released using the 'delete' operator. Consider inspecting operation logics behind the 'new_files' variable.
curlcpp/src/curl_form.cpp 139 err V611 The memory was allocated using 'malloc/realloc' function but was released using the 'delete' operator. Consider inspecting operation logics behind the 'new_files' variable.

@JosephP91 JosephP91 merged commit 11c4979 into JosephP91:master Oct 30, 2017
@JosephP91
Copy link
Owner

JosephP91 commented Oct 30, 2017

Thank you! @lunixoid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants