Core, Doc: Polishing memory leaks article.

git-svn-id: svn://ultimatepp.org/upp/trunk@15338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-10-31 13:47:52 +00:00
parent d4e5917281
commit 6e8f8adcec

View file

@ -134,7 +134,8 @@ leak detection:&]
[s0; &]
[s5; The alternative simpler approach is to used [* MemoryIgnoreLeaksBlock]
structure. On construction it starts ignoring and on destruction
it cancels ignoring statement. Example below:&]
it cancels ignoring statement. This is the classical RAII pattern.
Example below:&]
[s0; &]
[s0;l321; [C@5;1 #include <Core/Core.h>]&]
[s7; &]