We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f963a76 commit 665295bCopy full SHA for 665295b
src/clipboard.c
@@ -86,6 +86,7 @@ bool clipboard_copy_drawing_area_to_selection(struct swappy_state *state) {
86
char message[MAX_PATH];
87
snprintf(message, MAX_PATH, "Swappshot copied to clipboard\n");
88
notification_send("Swappy", message);
89
+ g_object_unref(pixbuf);
90
91
return true;
92
}
0 commit comments