diff options
| -rw-r--r-- | mullvad-exclude/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-exclude/src/main.rs b/mullvad-exclude/src/main.rs index 50fc009f0a..65d1e77712 100644 --- a/mullvad-exclude/src/main.rs +++ b/mullvad-exclude/src/main.rs @@ -236,6 +236,7 @@ mod inner { }) .context("Missing file descriptor in CMSG")?; + drop(notify_fd_sock); std::fs::remove_file(&path) .context("Failed to remove temporary socket file")?; |
