summaryrefslogtreecommitdiffhomepage
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-05-13 09:03:23 +0000
committermidipix <writeonce@midipix.org>2021-05-13 09:12:34 +0000
commit761416a628f6468920db6ac52a36fdbd9eb83ab3 (patch)
tree10329014be02bb53a64b2cebac8174828b671345 /src/internal
parent7efccc6ee25a57fd539d2521c6a85759cd6248b2 (diff)
downloadmdso-761416a628f6468920db6ac52a36fdbd9eb83ab3.tar.bz2
mdso-761416a628f6468920db6ac52a36fdbd9eb83ab3.tar.xz
driver: stdin input: unlink temporary file upon freeing of driver context.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/mdso_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
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 {