Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db51c6e

Browse filesBrowse files
committed
Fixed mismached new[] and delete[]
1 parent d9193aa commit db51c6e
Copy full SHA for db51c6e

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/unicode_cpp_generator.cpp

Copy file name to clipboardExpand all lines: src/unicode_cpp_generator.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ int main(int argc, const char **argv) {
161161
}
162162

163163
// All done, free the file data.
164-
delete unicode_file;
164+
delete[] unicode_file;
165165

166166
/// Write Header
167167
// Now we proceed forward.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.