Description of changes:
Prior to this PR the ionc_read function was decrementing the reference count of the text_buffer_size_limit argument resulting in a premature free, that could lead to improper memory access.
This PR removes that reference decrement.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: #347
Description of changes: Prior to this PR the
ionc_read
function was decrementing the reference count of thetext_buffer_size_limit
argument resulting in a premature free, that could lead to improper memory access.This PR removes that reference decrement.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.