Skip to content
Snippets Groups Projects
Commit 0a7be713 authored by David's avatar David
Browse files

osx notifications: Do not leak input item object

parent 19fc035b
No related branches found
No related tags found
No related merge requests found
......@@ -263,6 +263,8 @@ static inline NSString* CharsToNSString(char * _Nullable cStr)
// Notify!
[self notifyWithTitle:title description:desc imagePath:artPath];
input_item_Release(inputItem);
}
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment