mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Fixed PVS-Studio warnings.
This commit is contained in:
parent
1b92a4ad44
commit
355c6f4f1c
@ -98,7 +98,7 @@ public:
|
||||
|
||||
~Message()
|
||||
{
|
||||
delete buffer;
|
||||
delete[] buffer;
|
||||
#ifndef INTERNAL_FIREBIRD
|
||||
s->dispose();
|
||||
#endif
|
||||
@ -301,7 +301,7 @@ public:
|
||||
|
||||
~Field()
|
||||
{
|
||||
delete charBuffer;
|
||||
delete[] charBuffer;
|
||||
}
|
||||
|
||||
operator T()
|
||||
|
Loading…
Reference in New Issue
Block a user