Commit 354df9e
src: use make_shared for safe allocation
Using the reset does a double allocation and is error prone if some
exception occured which is very unlikely but can happen. make_shared_ptr
gives hedge over this and handle the failure in allocation.
PR-URL: #37139
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>1 parent acabe08 commit 354df9eCopy full SHA for 354df9e
File tree
Expand file treeCollapse file tree
1 file changed
+4
-3
lines changedOpen diff view settings
Filter options
- src
Expand file treeCollapse file tree
1 file changed
+4
-3
lines changedOpen diff view settings
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
379 | 379 | |
380 | 380 | |
381 | 381 | |
382 | | - |
383 | | - |
384 | | - |
| 382 | + |
| 383 | + |
| 384 | + |
| 385 | + |
385 | 386 | |
386 | 387 | |
387 | 388 | |
|
0 commit comments