Details
-
Defect
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
all
-
Fixed - On Review
-
Code Review, Product Owner
-
Description
curl_escape() returns a char *. When one is done with the C-string pointed to by that, one has to call curl_free() on the pointer. In LLTranslate::getTranslateUrl() this doesn't happen, so the C-string is leaked.