Skip to content

Memory LeackΒ #90

@hgourvest

Description

@hgourvest

in mainJNILib.cpp
There are two calls to the FPDFBitmap_CreateEx function, but the bitmap is never released.
You should call this to free memory:

FPDFBitmap_Destroy(pdfBitmap);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions