Fix a few small memleaks

This commit is contained in:
Iwan Timmer
2015-08-14 15:23:40 +02:00
parent 01466c9bb9
commit dee2231bf2
4 changed files with 29 additions and 10 deletions

View File

@@ -350,7 +350,6 @@ int gs_pair(PSERVER_DATA server, char* pin) {
if ((ret = http_request(url, data)) != GS_OK)
goto cleanup;
printf("Paired\n");
server->paired = true;
cleanup: