Skip to content
Merged
Prev Previous commit
Next Next commit
Simplify news
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
colorfulappl and erlend-aasland authored Nov 24, 2022
commit 946ad3f8f009f0ec2009f291989aafe8a4472c43
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Add "post_parsing" section to Argument Clinic generated code.
Fix double-free bug in Argument Clinic str_converter generated code by
moving memory clean up out of "exit" label.
Fix double-free bug in Argument Clinic ``str_converter`` by
extracting memory clean up to a new ``post_parsing`` section.