Skip to content

Commit

Permalink
Fix extra free
Browse files Browse the repository at this point in the history
  • Loading branch information
casuallyblue committed Aug 5, 2024
1 parent 0ab6819 commit 2afc62e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mirth.h
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ static void mp_primZ_float64Z_toZ_str (void) {
char result[DBL_DIG+32] = {0};
int len = sprintf(result,"%.*g", DBL_DIG, d);
push_value(mkstr(result, len));
free(result);
PRIM_EXIT(mp_primZ_float64Z_toZ_str);
}

Expand Down

0 comments on commit 2afc62e

Please sign in to comment.