mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-12 18:29:02 +00:00
Changed: Replace 0 by NULL
This commit is contained in:
parent
5709cd0a5f
commit
162b9e182b
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ void release()
|
||||||
|
|
||||||
// Delete the driver.
|
// Delete the driver.
|
||||||
delete Driver;
|
delete Driver;
|
||||||
Driver = 0;
|
Driver = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
NetMngr.getConnection().close();
|
NetMngr.getConnection().close();
|
||||||
|
|
Loading…
Reference in a new issue