mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +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 Driver;
|
||||
Driver = 0;
|
||||
Driver = NULL;
|
||||
}
|
||||
|
||||
NetMngr.getConnection().close();
|
||||
|
|
Loading…
Reference in a new issue