mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Remove unnecessary checks before delete (#9500)
Co-authored-by: Nicolas Abril <nicolasabril@alunos.utfpr.edu.br>
This commit is contained in:
parent
0cb34ce158
commit
30d795b4b2
2 changed files with 2 additions and 5 deletions
|
@ -1285,8 +1285,7 @@ ServerMap::~ServerMap()
|
|||
Close database if it was opened
|
||||
*/
|
||||
delete dbase;
|
||||
if (dbase_ro)
|
||||
delete dbase_ro;
|
||||
delete dbase_ro;
|
||||
|
||||
#if 0
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue