summaryrefslogtreecommitdiff
path: root/test/pkev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/pkev.cpp')
-rw-r--r--test/pkev.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pkev.cpp b/test/pkev.cpp
index 30ccbb0..f8b370b 100644
--- a/test/pkev.cpp
+++ b/test/pkev.cpp
@@ -141,6 +141,7 @@ int main(int argc, char *argv[])
d->ev = evs;
d->i = i;
pk_ev_emit(evs[i].evmgr, evs[i].evid, d);
+ delete d;
}
bool any_false = false;
@@ -173,6 +174,7 @@ int main(int argc, char *argv[])
d->i = i;
d->ev = &evs[0];
pk_ev_emit(evs[i].evmgr, evs[i].evid, d);
+ delete d;
}
bool any_false = false;