Skip to content

Commit

Permalink
Fix Coverity CID 1149547 missing delete bots
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphcampbell committed Jan 17, 2014
1 parent 4d10a88 commit eb4519c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/walktest/walktest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ WalkTest::~WalkTest ()
delete fsfx;
delete missiles;
delete lights;
delete bots;
}

void WalkTest::Report (int severity, const char* msg, ...)
Expand Down

0 comments on commit eb4519c

Please sign in to comment.