Skip to content
Snippets Groups Projects
Forked from Humanoid Path Planner / hpp-manipulation
Source project has a limited visibility.
  • Florent Lamiraux's avatar
    b9d620e4
    Fix memory access error · b9d620e4
    Florent Lamiraux authored
      - 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.
    b9d620e4
    History
    Fix memory access error
    Florent Lamiraux authored
      - 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.