RE: [reSIProcate] Memory leak patch for AresDns.cxx
Thanks Scott; I committed both patches.
--Derek
-----Original Message-----
From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Scott
Zuk
Sent: Tuesday, January 18, 2005 8:54 PM
To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
Subject: [reSIProcate] Memory leak patch for AresDns.cxx
The attached patch fixes a few memory leaks in AresDns.cxx when making calls
to ares_query(). In each case a new AresDns::Payload object was created but
never deleted. The patch deletes these objects in the appropriate
callbacks.
Regards,
~Scott