Skip to content

Commit

Permalink
minor fix for RELEASE_NOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 1, 2014
1 parent 4a328ca commit 4bc7ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ to:
cs_close(&handle); // <-- cs_close() now takes pointer to handle as argument.


Internally, this change is to invalidate @handle, making sure it cannot be used
after that, even on purpose.
Internally, this change is to invalidate @handle, making sure it cannot be
mistakenly used after the handle is closed.


NOTE: this change is on C interface only. All the bindings Python, Java or
Expand Down

0 comments on commit 4bc7ae4

Please sign in to comment.