Craig A. Berry [Wed, 5 Nov 2003 12:16:34 +0000 (06:16 -0600)]
Message-ID: <2097592.
1068056194261.JavaMail.craigberry@mac.com>
p4raw-id: //depot/perl@21667
PUSHMARK(SP);
perl_call_sv(codesv, GIMME|G_EVAL|G_KEEPERR); /* use callers context */
- sv_free(dummy_hv); /* get rid of what save_hash gave us*/
+ sv_free( (SV *) dummy_hv); /* get rid of what save_hash gave us*/
SPAGAIN; /* for the PUTBACK added by xsubpp */
LEAVE;