about summary refs log tree commit diff
diff options
context:
space:
mode:
authordiwic <diwic@users.noreply.github.com>2015-06-07 23:14:01 +0200
committerdiwic <diwic@users.noreply.github.com>2015-06-07 23:14:01 +0200
commit33118eb17ae53abcda07832d25d9b5da094b61e2 (patch)
treea617a4beee1a176cf46efaf54f488006f349c3ef
parent776f87ef9eb3343df3f412262bd8ac9ef3e0f332 (diff)
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.
-rw-r--r--src/doc/reference.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md
index d56ecb360cf..6264e467886 100644
--- a/src/doc/reference.md
+++ b/src/doc/reference.md
@@ -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