Skip to content

scenemanager memory leak #1

@sarthou

Description

@sarthou

The _project variable is created here:

_project=Project::createGlobalProject(_p3dPath,_scePath,std::vector<std::string>(_modules_to_activ.begin(),_modules_to_activ.end()), plugins_found_at_compile());

but always replace here with no delete:

_project=global_Project;

_humanMgr is also never deleted:

_humanMgr = new HumanMgr(_nh,this);

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