Skip to content

Commit

Permalink
add ptr free
Browse files Browse the repository at this point in the history
  • Loading branch information
ww3512687 committed Oct 25, 2024
1 parent ad3c6f4 commit 6d6182f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ void HandleURResultViaUSBFunc(const void *data, uint32_t data_len, uint16_t requ
return;
}
GotoResultPage(resultPage);
SRAM_FREE(resultPage);
};

uint16_t GetCurrentUSParsingRequestID()
Expand Down

0 comments on commit 6d6182f

Please sign in to comment.