Fix a failure in the libiberty testsuite by increasing the recursion limit to 2048.
[deliverable/binutils-gdb.git] / gdb / interps.c
index 6fe4c74e938616139d6c579fb1e2a3fdb16f1d38..883e0426a31fdfad9a2a16608b3d68dc86571bb9 100644 (file)
@@ -84,7 +84,9 @@ interp::interp (const char *name)
 }
 
 interp::~interp ()
-{}
+{
+  xfree (m_name);
+}
 
 /* An interpreter factory.  Maps an interpreter name to the factory
    function that instantiates an interpreter by that name.  */
This page took 0.024683 seconds and 4 git commands to generate.