Skip to content

Commit

Permalink
Merge pull request #3 from jamisonderek/double-stop
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketGod-git authored Aug 23, 2024
2 parents 5bff6b7 + 3b05028 commit e425136
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infrared_controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ void infrared_controller_free(InfraredController* controller) {
FURI_LOG_I(TAG, "Freeing InfraredController");

if(controller) {
FURI_LOG_I(TAG, "Stopping InfraredWorker RX");
infrared_worker_rx_stop(controller->worker);

FURI_LOG_I(TAG, "Freeing InfraredWorker and InfraredSignal");
infrared_worker_free(controller->worker);
infrared_signal_free(controller->signal);
Expand Down

0 comments on commit e425136

Please sign in to comment.