memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit db68623934e0637930c4dee74ad3ae88a4105b6b
parent 4da9ab585187e11159467fb8e5b9a88892efcf5b
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Sun, 16 Mar 2025 18:18:28 +0100

Make PGTK itch easier to reproduce

Diffstat:
Mitches/emacs/pgtk-shift-space.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/itches/emacs/pgtk-shift-space.c b/itches/emacs/pgtk-shift-space.c @@ -1,3 +1,4 @@ +/* -*- compile-command: "gcc -g $(pkg-config --cflags gtk+-3.0) pgtk-shift-space.c $(pkg-config --libs gtk+-3.0)" -*- */ #include <stdio.h> #include <gtk/gtk.h>