Skip to content

Commit

Permalink
Fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Jul 19, 2021
1 parent cae38e8 commit 339e07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/karts/official_karts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ void load()
g_official_karts.emplace_back(name, type, width, height, length,
gravity_shift);
}
delete root;
} // load

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 339e07b

Please sign in to comment.