curl-and-php
memory leaks after calling curl_multi_perform
Date: Wed, 31 Mar 2004 19:06:54 -0800 (PST)
I've been using cURL (C interface) lately and
discovered this:
Leak: 0x060ad9b0 size=16 string 'text/html;'
Call stack: [thread 3d8d4b]: | 0x1000 | start |
_start | main | test_customize_search_query |
process_queries | ms | retrieve_next_pages |
retrieve_search_results | curl_multi_perform |
Curl_readwrite | malloc | malloc_zone_mallocLeak:
0x060ad850 size=16 string 'text/html;'
Call stack: [thread 94a4b74f]: | 0x1000 | start |
_start | main | test_customize_search_query |
process_queries | ms | retrieve_next_pages |
retrieve_search_results | curl_multi_perform |
Curl_readwrite | malloc | malloc_zone_malloc
I've made sure that curl_multi_cleanup() has been
called at the end, and I can't find any other
functions for cleaning up.
May I know whether the problem lies with me or libCURL
please?
Thanks in advance.
HI
__________________________________
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway
http://promotions.yahoo.com/design_giveaway/
Received on 2004-04-01