Skip to content

Commit

Permalink
Data must be freed in the data_acquired_handler method
Browse files Browse the repository at this point in the history
  • Loading branch information
obones authored and cpainchaud committed May 31, 2023
1 parent f0436a1 commit 0c76f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RFLink/14_rtl_433Bridge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ namespace RFLink
display_Name(buffer);
display_Footer();
*/
data_free(data);
}

void register_protocol(const r_device *r_dev, char *arg)
Expand Down

0 comments on commit 0c76f6f

Please # to comment.