Package: libcurl3
Version: 7.15.1-1
Severity: wishlist

I just checked the curl code:

./lib/easy.c
| void curl_global_cleanup(void)
| {
|   if (!initialized)
|       return;

So it is safe to call this function multiple times (modulo the
potential for a race).  It is convenient for me, in one of my
projects, to call curl_global_cleanup even if curl may not have
successfully initialized.  Please either document that this is safe,
and continue to allow it, or tell me that this is an unsupported
feature which may be removed and upon which I shouldn't rely :)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to