diff options
Diffstat (limited to 'tools/irecovery.c')
| -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) { | |||
| 299 | } | 299 | } |
| 300 | } | 300 | } |
| 301 | 301 | ||
| 302 | if (command) | 302 | free(command); |
| 303 | free(command); | ||
| 304 | 303 | ||
| 305 | return 0; | 304 | return 0; |
| 306 | } | 305 | } |
