8
0
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:
asfernandes 2009-11-02 14:47:09 +00:00
parent 05836e6312
commit d6fb4233c1

View File

@ -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);
}