mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +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()
|
||||
if (!dbb) { // NOMEM
|
||||
|
Loading…
Reference in New Issue
Block a user