Skip to content

Standardize memory allocation of uFile::name to new[]#2

Open
yingted wants to merge 1 commit intopabuhr:masterfrom
yingted:uFile-name-fix-allocation
Open

Standardize memory allocation of uFile::name to new[]#2
yingted wants to merge 1 commit intopabuhr:masterfrom
yingted:uFile-name-fix-allocation

Conversation

@yingted
Copy link
Copy Markdown

@yingted yingted commented Sep 16, 2016

uFile::name is deleted with delete[], but allocated with either new[], new, or passed in. It should be consistently allocated with delete[].

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.

1 participant