8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

correction

This commit is contained in:
skidder 2004-03-05 07:33:22 +00:00
parent 159aab4b52
commit d92c8805f8

View File

@ -1514,7 +1514,7 @@ static void init(FRBRD** db_handle)
}
}
dbb = (dsql_dbb*) gds__alloc((SLONG) sizeof(class dbb));
dbb = (dsql_dbb*) gds__alloc((SLONG) sizeof(dsql_dbb));
// FREE: by database exit handler cleanup_database()
if (!dbb) { // NOMEM