mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +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 var->sqlind;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
delete [] reinterpret_cast<char*>(inSqlDa);
|
||||||
|
|
||||||
ISC_STATUS_ARRAY statusVector = {0};
|
ISC_STATUS_ARRAY statusVector = {0};
|
||||||
funcDsqlFreeStatement(statusVector, &stmtHandle, DSQL_drop);
|
funcDsqlFreeStatement(statusVector, &stmtHandle, DSQL_drop);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user