Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
tballmsft committed Dec 5, 2024
1 parent cbed7b1 commit 3a65e62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/screen/image.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,8 @@ struct PinnedRefImage {

PinnedRefImage* pinnedRefImages = NULL;

// TODO: limit the size of the list

RefImage* findImage(uint32_t addr) {
for (auto p = pinnedRefImages; p; p = p->next) {
if (p->addr == addr)
Expand Down

0 comments on commit 3a65e62

Please sign in to comment.