From 6bdc28b0d87df686eae15ae3f2d810130203bc59 Mon Sep 17 00:00:00 2001 From: "ian.mcgreer%sun.com" Date: Tue, 5 Feb 2002 22:32:38 +0000 Subject: [PATCH] place where iterator was not freed git-svn-id: svn://10.0.0.236/trunk@113721 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/security/nss/lib/dev/devobject.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/security/nss/lib/dev/devobject.c b/mozilla/security/nss/lib/dev/devobject.c index 3300d62637d..b9f04ed6952 100644 --- a/mozilla/security/nss/lib/dev/devobject.c +++ b/mozilla/security/nss/lib/dev/devobject.c @@ -32,7 +32,7 @@ */ #ifdef DEBUG -static const char CVS_ID[] = "@(#) $RCSfile: devobject.c,v $ $Revision: 1.15 $ $Date: 2002-02-01 17:25:10 $ $Name: not supported by cvs2svn $"; +static const char CVS_ID[] = "@(#) $RCSfile: devobject.c,v $ $Revision: 1.16 $ $Date: 2002-02-05 22:32:38 $ $Name: not supported by cvs2svn $"; #endif /* DEBUG */ #ifndef DEV_H @@ -258,6 +258,7 @@ traverse_objects_by_template } } nssListIterator_Finish(objects); + nssListIterator_Destroy(objects); count = OBJECT_STACK_SIZE; } for (i=0; i