place where iterator was not freed

git-svn-id: svn://10.0.0.236/trunk@113721 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ian.mcgreer%sun.com 2002-02-05 22:32:38 +00:00
parent 101faf53fc
commit 6bdc28b0d8

View File

@ -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<count; i++) {