diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-16 02:11:10 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-16 02:11:10 +0100 |
| commit | 15baf349fa6985262da39b70f2d496af104c478d (patch) | |
| tree | 9d70590e9d0676268169828d7861a75f9ac18118 /src/button.h | |
| parent | 9dcc07bdc6360b2ebbd618bb864024f62bf98918 (diff) | |
Fix some memory leaks and add valgrind support
Diffstat (limited to 'src/button.h')
| -rw-r--r-- | src/button.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/button.h b/src/button.h index 57907b4..423e29a 100644 --- a/src/button.h +++ b/src/button.h @@ -31,6 +31,7 @@ typedef struct { Color text_color; char *text; ButtonAction action; + // TODO: Add a GDestroyNotify gpointer action_data; } ButtonSimple; |
