Skip to content

Conversation

ShubhamDesai
Copy link
Contributor

This pull request fixes issue identified by Coverity Scan (CID : 1208125, 1208126, 1208127, 1208128, 1208129, 1208130)

@github-actions github-actions bot added C Related code is in C module display labels Sep 6, 2025
G_free(fill_color_str);
G_free(line_color);
G_free(fill_color);
G_free(Symb);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A SYMBOL is a struct, which can't be simply freed. Please take a look att its definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C Related code is in C display module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants