in reply to Perl, C and deallocation responsibility
char *tmp = proc_desc(a,b); sv_setpv(RETVAL, tmp, 0); free(tmp);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl, C and deallocation responsibility
by etj (Priest) on Apr 28, 2023 at 01:14 UTC | |
by SheWolf (Novice) on Apr 30, 2023 at 23:01 UTC |