Skip to content

In Go code we use go_str() and don't free the memory allocated #1524

@iapaddler

Description

@iapaddler

Early versions of Go use Go strings. Later versions of Go do not use Go strings. Therefore, the free operation is not needed in later versions. However, we should still put the free function back for older versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions