summaryrefslogtreecommitdiffhomepage
path: root/src/driver/ptyc_driver_ctx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/ptyc_driver_ctx.c')
-rw-r--r--src/driver/ptyc_driver_ctx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver/ptyc_driver_ctx.c b/src/driver/ptyc_driver_ctx.c
index 78ffb54..d403a98 100644
--- a/src/driver/ptyc_driver_ctx.c
+++ b/src/driver/ptyc_driver_ctx.c
@@ -236,6 +236,7 @@ int ptyc_create_driver_ctx(
static void ptyc_free_driver_ctx_impl(struct ptyc_driver_ctx_alloc * ictx)
{
+ ptyc_free_pty(&ictx->ctx.ctx);
argv_free(ictx->meta);
free(ictx);
}