Skip to content

Commit 246f078

Browse files
rcaridade145raveit65
authored andcommitted
sticky-notes: fix a memory leak
origin commit: GNOME/gnome-applets@f047779
1 parent ebabac9 commit 246f078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stickynotes/stickynotes.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ void stickynote_free(StickyNote *note)
317317
gtk_widget_destroy(note->w_window);
318318

319319
g_free(note->color);
320+
g_free(note->font_color);
320321
g_free(note->font);
321322

322323
g_free(note);

0 commit comments

Comments
 (0)