Skip to content

Commit

Permalink
Fix memory leak ok Ped destruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozaq committed Jul 26, 2019
1 parent 44cb550 commit 15cf68f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pedestrian/Pedestrian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ Pedestrian::~Pedestrian()
if ((_id>72) && (_id<81)){
std::cout << "Ped destructor" << std::endl;
}
delete _navLine;
}


Expand Down

0 comments on commit 15cf68f

Please sign in to comment.