mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Fix memory leak found by Claudio
This commit is contained in:
parent
05836e6312
commit
d6fb4233c1
@ -233,6 +233,8 @@ FB_UDR_TRIGGER(replicate)::~FB_UDR_TRIGGER(replicate)()
|
||||
delete var->sqlind;
|
||||
}
|
||||
|
||||
delete [] reinterpret_cast<char*>(inSqlDa);
|
||||
|
||||
ISC_STATUS_ARRAY statusVector = {0};
|
||||
funcDsqlFreeStatement(statusVector, &stmtHandle, DSQL_drop);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user