Make all leaks safe in language reference
Since it was determined that no leaks were unsafe, some of the documentation is still not clear about this. Here's one example.
This commit is contained in:
parent
776f87ef9e
commit
33118eb17a
1 changed files with 1 additions and 1 deletions
|
|
@ -1038,7 +1038,7 @@ be undesired.
|
|||
|
||||
* Deadlocks
|
||||
* Reading data from private fields (`std::repr`)
|
||||
* Leaks due to reference count cycles, even in the global heap
|
||||
* Leaks of memory and other resources
|
||||
* Exiting without calling destructors
|
||||
* Sending signals
|
||||
* Accessing/modifying the file system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue