mattn / go-oci8

Oracle driver for Go using database/sql
https://mattn.kaoriya.net/
MIT License
630 stars 212 forks source link

Fix a memory leakage in getRowid #406

Closed fishpadak closed 3 years ago

fishpadak commented 3 years ago

We believe this PR can fix #405 .

It frees OCI row id descriptor viaOCIDescriptorFree ingetRowid()

MichaelS11 commented 3 years ago

Thank you for the PR! :)

Waiting for Travis CI tests to pass. Will see about merging it soon.