Skip to content

Commit

Permalink
Use gc_strdup
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/branches/boehm_gc_2@44405 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
bacek committed Feb 23, 2010
1 parent 7c418d9 commit 3451ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library.c
Expand Up @@ -813,7 +813,7 @@ Parrot_get_runtime_prefix(PARROT_INTERP)
return Parrot_str_to_cstring(interp, s);
}
else
return mem_sys_strdup(".");
return Parrot_gc_strdup(interp, ".");
}
}

Expand Down

0 comments on commit 3451ff5

Please sign in to comment.