Skip to content

Commit 3b05028

Browse files
committed
Remove extra rx_stop call
1 parent afde2ee commit 3b05028

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

infrared_controller.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ void infrared_controller_free(InfraredController* controller) {
104104
FURI_LOG_I(TAG, "Freeing InfraredController");
105105

106106
if(controller) {
107-
FURI_LOG_I(TAG, "Stopping InfraredWorker RX");
108-
infrared_worker_rx_stop(controller->worker);
109-
110107
FURI_LOG_I(TAG, "Freeing InfraredWorker and InfraredSignal");
111108
infrared_worker_free(controller->worker);
112109
infrared_signal_free(controller->signal);

0 commit comments

Comments
 (0)