diff libpurple/certificate.h @ 18952:974d110cf7b1

- libpurple is now responsible for some cleanup and final deletion of a VerificationRequest
author William Ehlhardt <williamehlhardt@gmail.com>
date Tue, 26 Jun 2007 21:59:09 +0000
parents 11e88e451bfb
children 89b32569890c
line wrap: on
line diff
--- a/libpurple/certificate.h	Tue Jun 26 19:49:33 2007 +0000
+++ b/libpurple/certificate.h	Tue Jun 26 21:59:09 2007 +0000
@@ -190,6 +190,9 @@
 
 	/**
 	 * Destroy a completed Request under this Verifier
+	 * The function pointed to here is only responsible for cleaning up
+	 * whatever PurpleCertificateVerificationRequest::data points to.
+	 * It should not call free(vrq)
 	 *
 	 * @param vrq       Request to destroy
 	 */