running the app with address sanitizer produces the following memory leak on exit:
ivan@igagislp:~/prj/carcockpit$ make c=asan run-app-opengles-xorg
display scale factor = 1
screen resolution = 3840 2160
physical screen size, mm = 1016 571
=================================================================
==167683==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 128 byte(s) in 1 object(s) allocated from:
#0 0x7fa4fd2b78d5 in __interceptor_realloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:85
#1 0x7fa4f5cbfed5 (<unknown module>)
SUMMARY: AddressSanitizer: 128 byte(s) leaked in 1 allocation(s).
make: *** [/home/ivan/prj/carcockpit/src/makefile:109: run-app-opengles-xorg] Error 1
running the app with address sanitizer produces the following memory leak on exit: