Skip to content

Commit

Permalink
Valgrind fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfidler committed May 30, 2023
1 parent 2e746a5 commit 849ec8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/theta.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ SEXP nonmem2rxPushObservedMaxTheta(int a);
SEXP _nonmem2rx_trans_theta(SEXP in, SEXP unintFix) {
nonmem2rx_unintFix = INTEGER(unintFix)[0];
trans_theta(R_CHAR(STRING_ELT(in, 0)));
parseFree(0);
nonmem2rxPushObservedMaxTheta(nonmem2rx_thetanum);
if (nonmem2rx_names_nargs) {
nonmem2rx_names_nargs = 0;
Expand Down

0 comments on commit 849ec8a

Please sign in to comment.