Fix double free when editing geometry - #67
Merged
Conversation
Owner
|
Awesome, thank you for this proper class I am really glad to have it! |
KJ7LNW
pushed a commit
that referenced
this pull request
Oct 2, 2025
This release includes radiation pattern color legend enhancements, critical bug fixes for locale handling and CSV output, stability improvements, and build system updates. Contributors who helped with new features and bug fixes: - Ian G4IXT (@g4ixt): color legend suggestions, reported #61 - Neoklis 5B4AZ (@neoklis): technical guidance on current scaling (#61) - Devin Bayer (@akvadrako): fixed double-free crash in geometry editor (#67) - @hamarituc: reported locale decimal point bug (#59) - @ProtonTheFox: reported batch mode issues (#44, #45) - @likecabezon: reported GM card tag 0 issue (#68) - Jerry KF7RCC (@jerryd): reported documentation improvements (#52) - @polprog: reported GTK beep issues (#50) - @roberthadow: reported segment tag error messages (#47) Features: - Graduated color legend with relative/absolute gain marks - Color legend with dynamic spacing and proper gain scaling - Increased 3D zoom limit to 999999x - GTK menu tear-offs for frequently used menus - "Begin Frequency Loop at Startup" config checkbox (#45) - Smooth pan/tilt/zoom during optimization - Responsive mobile support for HTML documentation Bug Fixes: - Fix NEC file format to use decimal points regardless of locale (#59) - Fix CSV output scaling for currents/charges magnitude (#61) - Fix double-free crash when editing geometry (#67) - Prevent deadlocks in Notice(), Open_Input_File(), and dialog scenarios - Fix endless loop with overlapping segments - Fix gain value display and color mapping - Improve error messages for segment tag lookup failures (#68, #47) - Fix custom frequency step in color legend - Fix radiation pattern color legend to match gain scaling styles - Prevent GTK beeps (#50) - Fix batch mode auto-start (#44) - Graceful child process exit handling - Reduce severity of math library detection failures to warnings Documentation: - Add nec2.org user manual reference (#52) - Update Ubuntu/Debian package suggestions (#46) - Modernize HTML documentation with improved styling Build system: - Add VSCode integration with debug configs and auto-configure - Generate c_cpp_properties.json from configure - Parallel build tasks support Signed-off-by: Eric Wheeler <xnec2c-git@z.ewheeler.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wasn't able to edit the geometry. Whenever I double clicked on a row, it would crash.
Using
-fsanitize=addressshows the cause: