mirror of
https://github.com/FelixKratz/SketchyBar
synced 2024-11-27 05:40:17 +00:00
release image after comparison
This commit is contained in:
parent
80c4a964a7
commit
ddceaf3ac4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ bool alias_update_image(struct alias* alias) {
|
|||
if (needs_redraw) {
|
||||
CGImageRelease(alias->image_ref);
|
||||
alias->image_ref = tmp_ref;
|
||||
}
|
||||
} else CGImageRelease(tmp_ref);
|
||||
|
||||
return needs_redraw;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue