fixed freeing context on exit
This commit is contained in:
@@ -308,6 +308,7 @@ int vicc_exit(struct vicc_ctx *ctx)
|
||||
r -= 1;
|
||||
}
|
||||
}
|
||||
free(ctx);
|
||||
#ifdef _WIN32
|
||||
WSACleanup();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user