fixed freeing context on exit

This commit is contained in:
Frank Morgner
2015-01-25 03:48:56 +01:00
parent ff0aaca65b
commit 94dbdd5405

View File

@@ -308,6 +308,7 @@ int vicc_exit(struct vicc_ctx *ctx)
r -= 1;
}
}
free(ctx);
#ifdef _WIN32
WSACleanup();
#endif