mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Changed: Replace 0 by NULL
--HG-- branch : develop
This commit is contained in:
parent
491b6a2b59
commit
0449bee4a8
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