mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Follow Alex' fix but in the other DSQL preprocessed file.
This commit is contained in:
parent
996b72ab7f
commit
60d8b0c277
@ -173,8 +173,9 @@ ISC_STATUS API_ROUTINE isc_blob_lookup_desc(ISC_STATUS* status,
|
||||
sizeof(Y.RDB$FIELD_NAME));
|
||||
}
|
||||
END_FOR
|
||||
ON_ERROR
|
||||
isc_release_request(isc_status, &handle);
|
||||
ON_ERROR
|
||||
ISC_STATUS_ARRAY temp_status;
|
||||
isc_release_request(temp_status, &handle);
|
||||
return UTLD_copy_status(isc_status, status);
|
||||
END_ERROR;
|
||||
|
||||
@ -200,8 +201,9 @@ ISC_STATUS API_ROUTINE isc_blob_lookup_desc(ISC_STATUS* status,
|
||||
sizeof(Y.RDB$FIELD_NAME));
|
||||
}
|
||||
END_FOR
|
||||
ON_ERROR
|
||||
isc_release_request(isc_status, &handle);
|
||||
ON_ERROR
|
||||
ISC_STATUS_ARRAY temp_status;
|
||||
isc_release_request(temp_status, &handle);
|
||||
return UTLD_copy_status(isc_status, status);
|
||||
END_ERROR;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user