8
0
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:
Adriano dos Santos Fernandes 2017-11-28 22:07:49 -02:00
parent 1b92a4ad44
commit 355c6f4f1c

View File

@ -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()