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 945450f commit 49bcdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynext/pmc/luabytecode.pmc
Expand Up @@ -381,7 +381,7 @@ Loads Lua 5.1 VM bytecode.
_load_header(INTERP, script);
VTABLE_set_attr_str(INTERP, script,
Parrot_str_new_constant(INTERP, "top"), _load_function(INTERP));
Parrot_free_cstring(bytecode);
Parrot_str_free_cstring(bytecode);

RETURN(PMC *script);
}
Expand Down

0 comments on commit 49bcdd0

Please sign in to comment.