context fixes

This commit is contained in:
TLINDEN
2014-05-06 11:49:31 +02:00
parent db264ff16b
commit 729c137e3c
11 changed files with 48 additions and 44 deletions

View File

@@ -28,7 +28,7 @@ PcpContext::PcpContext() {
ptx = ptx_new();
}
PcpContext::~PcpContext() {
void PcpContext::done() {
ptx_clean(ptx);
}