Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ICU-13530 Use LocalPointer instead of raw new in umutablecptrie.cpp #59

Merged
merged 1 commit into from
Aug 15, 2018

Conversation

jefgen
Copy link
Member

@jefgen jefgen commented Aug 15, 2018

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failure.

Checklist

Copy link

@axelandrejs axelandrejs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Member

@markusicu markusicu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jefgen jefgen merged commit 616f6d4 into unicode-org:master Aug 15, 2018
@jefgen jefgen deleted the jefgen/fix-new-for-ucptrie branch August 15, 2018 21:16
sffc pushed a commit to sffc/icu that referenced this pull request Sep 26, 2018
…nicode-org#59)

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failures.
sffc pushed a commit to sffc/icu that referenced this pull request Sep 26, 2018
…nicode-org#59)

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failures.
sffc pushed a commit to sffc/icu that referenced this pull request Sep 27, 2018
…nicode-org#59)

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failures.
sffc pushed a commit to sffc/icu that referenced this pull request Sep 27, 2018
…nicode-org#59)

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failures.
sffc pushed a commit to sffc/icu that referenced this pull request Sep 27, 2018
…nicode-org#59)

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failures.
sffc pushed a commit to sffc/icu that referenced this pull request Sep 27, 2018
…nicode-org#59)

Use LocalPointer instead of raw new in umutablecptrie.cpp so that an ErrorCode will be set in the case of out-of-memory (OOM) failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants