Lehks / NostraUtils

A Utility Library for the Nostra Game Engine.
MIT License
6 stars 0 forks source link

HashMap::remove(...) returns local variable #18

Closed Lehks closed 6 years ago

Lehks commented 6 years ago

File: dat_alg/HashMap.hpp Line: 215 Function: HashMap::remove(...)

The function returns a local variable which results in undefined behaviour.