Skip to content

found memory leak in function libpff_folder_determine_ #125

@gxiGpf

Description

@gxiGpf

I found descriptor_index_value in libpff_folder_determine_sub_folders, libpff_folder_determine_sub_messages, libpff_folder_determine_sub_associated_contents function may not have been released.
It may be necessary to add the following code to the return

	if( descriptor_index_value != NULL )
	{
		libpff_index_value_free(
		 &descriptor_index_value,
		 NULL );
	}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions