diff options
Diffstat (limited to 'stickynotes')
-rw-r--r-- | stickynotes/stickynotes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stickynotes/stickynotes.c b/stickynotes/stickynotes.c index 50d0f83a..f71577b0 100644 --- a/stickynotes/stickynotes.c +++ b/stickynotes/stickynotes.c @@ -317,6 +317,7 @@ void stickynote_free(StickyNote *note) gtk_widget_destroy(note->w_window); g_free(note->color); + g_free(note->font_color); g_free(note->font); g_free(note); |