mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 07:23:04 +01:00
fixed new[]() vs. delete[]() collision in GCC4 build
This commit is contained in:
parent
42a834bad5
commit
30091104f6
@ -22,6 +22,8 @@
|
||||
*/
|
||||
|
||||
#include "Extender.h"
|
||||
#include "../include/gen/autoconfig.h"
|
||||
#include "../common/classes/alloc.h"
|
||||
|
||||
// Dynamic allocation. This is a destructive operation if the requested size
|
||||
// is bigger than the existing one. Otherwise, no reallocation happens.
|
||||
|
Loading…
Reference in New Issue
Block a user