Skip to content

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
Expand Up @@ -455,10 +455,10 @@ Loads WMLScript bytecode.
goto err;
if (_load_function_pool(INTERP))
goto err;
Parrot_free_cstring(bytecode);
Parrot_str_free_cstring(bytecode);
RETURN(PMC *script);
err:
Parrot_free_cstring(bytecode);
Parrot_str_free_cstring(bytecode);
RETURN(PMC *NULL);
}

Expand Down

0 comments on commit d325f73

Please sign in to comment.