[svn:parrot] r49662 - trunk/src/interp
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Mon Oct 25 03:15:14 UTC 2010
Author: chromatic
Date: Mon Oct 25 03:15:13 2010
New Revision: 49662
URL: https://trac.parrot.org/parrot/changeset/49662
Log:
[src] Fixed invalid write in Parrot_really_destroy.
Modified:
trunk/src/interp/inter_create.c
Modified: trunk/src/interp/inter_create.c
==============================================================================
--- trunk/src/interp/inter_create.c Mon Oct 25 03:15:09 2010 (r49661)
+++ trunk/src/interp/inter_create.c Mon Oct 25 03:15:13 2010 (r49662)
@@ -493,8 +493,6 @@
mem_internal_free(interp);
}
}
-
- interp->op_hash = NULL;
}
More information about the parrot-commits
mailing list