[PATCH] Don't leak SASL contexts
From: Vlad Georgescu <vgeorgescu_at_gmail.com>
Date: 2006-08-19 13:30:11 CEST
[[[
* subversion/libsvn_ra_svn/sasl_auth.c
===================================================================
+static apr_status_t sasl_dispose_cb(void *data)
+ apr_pool_cleanup_register(pool, *sasl_ctx, sasl_dispose_cb,
if (is_tunneled)
- /* Dispose of this SASL context before creating a new one. */
-- Vlad --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Aug 19 13:30:40 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.