Skip to content

Scoped Virtual VxDataObjects are not released at time of scope release #52

@nashez

Description

@nashez

In case of a virtual object, the scope for it is being updated correctly. But at the time of destruction/release of the scoped object, the VxDataObjects tied to it are not deleted.
For example, if a virtual vx_tensor is tied to a graph, then upon calling the vxReleaseGraph, the vx_tensor is not released. Same is the case for virtual vx_image objects as well.
This is causing my application to run out of memory, since my application creates multiple vx_tensors and vxProcessGraph call in a loop, even though I call vxReleaseGraph everytime in the loop.

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