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