Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
rename Parrot_free_cstring to Parrot_str_free_cstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed May 10, 2012
1 parent a19c3e5 commit d325f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynext/pmc/wmlsbytecode.pmc
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -455,10 +455,10 @@ Loads WMLScript bytecode.
goto err; goto err;
if (_load_function_pool(INTERP)) if (_load_function_pool(INTERP))
goto err; goto err;
Parrot_free_cstring(bytecode); Parrot_str_free_cstring(bytecode);
RETURN(PMC *script); RETURN(PMC *script);
err: err:
Parrot_free_cstring(bytecode); Parrot_str_free_cstring(bytecode);
RETURN(PMC *NULL); RETURN(PMC *NULL);
} }


Expand Down

0 comments on commit d325f73

Please sign in to comment.