[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: out of memory (27) error while calling curl_easy_perform method.

  • Thread starter Thread starter Peter Judge
  • Start date Start date
Status
Not open for further replies.
P

Peter Judge

Guest
There’s not a lot to go on how you’re using libcurl, but it’s very/most likely that you’re using memptrs. YOU need to be careful about managing the memory allocated too and by the external library; the curl doc is very good about telling you what it will manage and what it expects you to manage. If you’re on a even remotely modern version, FINALLY and SET-SIZE() = 0 are your friend here.

Continue reading...
 
Status
Not open for further replies.
Back
Top