Skip to content

Commit

Permalink
Eliminate self-strcpy in writeBibliography (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjer authored Jun 9, 2022
1 parent 4b78417 commit adb9bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmwtex.c
Original file line number Diff line number Diff line change
Expand Up @@ -5373,7 +5373,7 @@ flag writeBibliography(vstring bibFile,
let(&str2, left(str2, k - 1));
break;
}
let(&str2, str2);
freeTempAlloc();
}

free_vstring(newstr);
Expand Down

0 comments on commit adb9bec

Please sign in to comment.