Page MenuHomePhabricator

Wrong delete operator in NDIPassiveTool destructor
Closed, ResolvedPublic

Description

-> should use delete[]

Event Timeline

You are correct, delete[] has to be used. But not only in the constructor, also in the fail cases in LoadSROMFile().