Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

found memory leak in function libpff_folder_determine_ #125

Open
gxiGpf opened this issue Apr 11, 2024 · 0 comments
Open

found memory leak in function libpff_folder_determine_ #125

gxiGpf opened this issue Apr 11, 2024 · 0 comments

Comments

@gxiGpf
Copy link

gxiGpf commented Apr 11, 2024

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 );
	}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant