Skip to content
Snippets Groups Projects
Commit b9d620e4 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Fix memory access error

  - In method Container::get, when a wrong key was provided, a new element was
    created and a const ref to this element was returned by the method. The
    problem was that the element created was destroyed when leaving the
    method and the const ref became a const ref to nothing.
parent 6f53f9db
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment