diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 11:30:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-05-11 11:30:23 +0000 |
commit | bbafb2eb27954c34967f91c705e74cc0c186970d (patch) | |
tree | 5294d3f6b2a9a5e82949cb03cb1733ba833fa9a3 /TODO-RELEASE | |
parent | 434bc13812639c6d76fe4f7b29424b7b21032dc9 (diff) |
curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 07806b713..0f25d2eef 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -5,6 +5,3 @@ Issues not sorted in any particular order. To get fixed in 7.12.0 (planned release: June 2004) ====================== - -33. Add a function to replace the malloc-calls within libcurl. - Low prio. Seshubabu Pasam works on this? |