devel-docs: small update for GEGL buffer leak debugging.

This commit is contained in:
Jehan 2018-11-04 11:11:25 +01:00
parent 93a49951a0
commit b9de1076ed

View file

@ -67,8 +67,9 @@ You may encounter this kind of warning upon exiting GIMP:
> EEEEeEeek! 2 GeglBuffers leaked
To debug GeglBuffer leaks, set the environment variable GEGL_DEBUG to
"buffer-alloc".
To debug GeglBuffer leaks, make sure you built GEGL with --enable-debug
and set the environment variable GEGL_DEBUG to "buffer-alloc".
Your system also needs to have the header "execinfo.h".
## Debugging babl ##