Skip to content

Commit

Permalink
Fix for issue #2
Browse files Browse the repository at this point in the history
  • Loading branch information
creaktive committed Dec 29, 2014
1 parent 9ccd804 commit 7ff88b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SpeedyFx.xs
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ PPCODE:
}

ST(0) = sv_2mortal(newSVpv(fv, size));
Safefree(fv);
XSRETURN(1);

void
Expand Down

0 comments on commit 7ff88b8

Please sign in to comment.