mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 04:03:03 +01:00
correction
This commit is contained in:
parent
159aab4b52
commit
d92c8805f8
@ -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()
|
// FREE: by database exit handler cleanup_database()
|
||||||
if (!dbb) { // NOMEM
|
if (!dbb) { // NOMEM
|
||||||
|
Loading…
Reference in New Issue
Block a user