Skip to content

Commit 4268b7f

Browse files
author
roman
committed
context BUGFIX free plugins with printed ctx
1 parent dd4f6bc commit 4268b7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/context.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1484,6 +1484,7 @@ ly_ctx_destroy(struct ly_ctx *ctx)
14841484
if (ctx->opts & LY_CTX_INT_IMMUTABLE) {
14851485
/* ctx data */
14861486
ly_ctx_data_del(ctx);
1487+
lyplg_clean();
14871488
return;
14881489
}
14891490

0 commit comments

Comments
 (0)