If PL_curpm is pointing to an op that is getting freed, reset it to
authorNicholas Clark <nick@ccl4.org>
Tue, 10 Apr 2007 11:48:07 +0000 (11:48 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 10 Apr 2007 11:48:07 +0000 (11:48 +0000)
commit1cdf7faf9fb9e7feb64bb63a4448c8361e406417
treeca439d5b230acdd825acd3c71fbc4acd78b638b0
parent154a3f59ee199673e70f3fe43432e9d672630a16
If PL_curpm is pointing to an op that is getting freed, reset it to
NULL. Otherwise we have a pointer dangling into undefined behaviour.

p4raw-id: //depot/perl@30888
op.c