From 53b7a10f5453083390e65bdab5f1e642c37d89a2 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 8 Nov 2019 00:43:46 +0100 Subject: wscript: add --enable-ta-leak-report option Kind of more convenient because I'm lazy. --- DOCS/tech-overview.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS') diff --git a/DOCS/tech-overview.txt b/DOCS/tech-overview.txt index b614d08389..8d75adfff3 100644 --- a/DOCS/tech-overview.txt +++ b/DOCS/tech-overview.txt @@ -68,6 +68,7 @@ ta.h & ta.c: as in it doesn't require valgrind.) You can enable it by setting the MPV_LEAK_REPORT environment variable to "1": export MPV_LEAK_REPORT=1 + Or permanently by building with --enable-ta-leak-report. This will list all unfree'd allocations on exit. Documentation can be found here: -- cgit v1.2.3