Skip to content

Memory Leack #90

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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