From 1c3082d45bd7dd5be7a461de743ba52ce3c967c6 Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Thu, 7 Aug 2008 05:58:04 +0000 Subject: [PATCH] Oops. Fix copy/paste typo git-svn-id: https://svn.eu.apache.org/repos/asf/apr/apr-util/trunk@683520 13f79535-47bb-0310-9956-ffa450edef68 --- misc/apr_reslist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/apr_reslist.c b/misc/apr_reslist.c index 0904c28..163f7f3 100644 --- a/misc/apr_reslist.c +++ b/misc/apr_reslist.c @@ -306,7 +306,7 @@ APU_DECLARE(apr_status_t) apr_reslist_create(apr_reslist_t **reslist, if (rv != APR_SUCCESS) { /* Destroy what we've created so far. */ - reslist_cleaup(rl); + reslist_cleanup(rl); return rv; } -- 2.11.4.GIT