|
|
| Bugzilla Link |
30898 |
| Version |
unspecified |
| OS |
All |
| CC |
@mclow |
Extended Description
We have a C++ annotation ([[nodiscard]]) which allows warnings when returned values are ignored. This should be possible to enable on std::unique_ptr<...>::release()'s returned pointer so that we don't accidentally leak memory.