8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 00:03:03 +01:00
This commit is contained in:
dimitr 2010-04-15 10:27:30 +00:00
parent edc338827d
commit b0f3531998

View File

@ -132,7 +132,8 @@ class Format : public pool_alloc<type_fmt>
{
public:
Format(MemoryPool& p, int len)
: fmt_count(len), fmt_desc(p, fmt_count), fmt_defaults(p, fmt_count)
: fmt_length(0), fmt_count(len), fmt_version(0),
fmt_desc(p, fmt_count), fmt_defaults(p, fmt_count)
{
fmt_desc.resize(fmt_count);
fmt_defaults.resize(fmt_count);