From 761416a628f6468920db6ac52a36fdbd9eb83ab3 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 13 May 2021 09:03:23 +0000 Subject: driver: stdin input: unlink temporary file upon freeing of driver context. --- src/internal/mdso_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index dc37a66..02234f7 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -59,6 +59,7 @@ struct mdso_driver_ctx_impl { struct mdso_error_info** erricap; struct mdso_error_info * erriptr[64]; struct mdso_error_info erribuf[64]; + char tmpname[32]; }; struct mdso_unit_ctx_impl { -- cgit v1.2.3