-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Milestone
Description
In Object.c
Fix getImplementation Methods:
Do not EVER use concat and then free the returned conatted string.
This will cause the memberName to be freed from memory, and then you would not be able to search for the member within the Object.
Instead of using concat, you should use a const string as a memberName.
For example:
- a "literal"
const char *string - a
#definemacro that its value is aconststring.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Projects
Status
In Progress
