diff options
| -rw-r--r-- | src/lockdown.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lockdown.c b/src/lockdown.c index ed91e9d..c2e3654 100644 --- a/src/lockdown.c +++ b/src/lockdown.c | |||
| @@ -1549,7 +1549,6 @@ lockdownd_error_t lockdownd_start_session(lockdownd_client_t client, const char | |||
| 1549 | /* if we have a running session, stop current one first */ | 1549 | /* if we have a running session, stop current one first */ |
| 1550 | if (client->session_id) { | 1550 | if (client->session_id) { |
| 1551 | lockdownd_stop_session(client, client->session_id); | 1551 | lockdownd_stop_session(client, client->session_id); |
| 1552 | free(client->session_id); | ||
| 1553 | } | 1552 | } |
| 1554 | 1553 | ||
| 1555 | /* setup request plist */ | 1554 | /* setup request plist */ |
