diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/irecovery.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c index 0db60e4..f250dc5 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -299,8 +299,7 @@ int postcommand_cb(irecv_client_t client, const irecv_event_t* event) { } } - if (command) - free(command); + free(command); return 0; } |