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

(cherry picked from commit b9de1076ed)
This commit is contained in:
Jehan
2018-11-04 11:11:25 +01:00
parent 0cf524e351
commit 6dc959d376

View File

@ -54,8 +54,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 ##