Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GUYOT DOMINIQUE
paraload-ng
Commits
a4fa78ff
Commit
a4fa78ff
authored
Jan 14, 2022
by
GUYOT DOMINIQUE
Browse files
delete tmp files (in and out) in free_chunkout
parent
80e510d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
process.cpp
process.cpp
+2
-0
No files found.
process.cpp
View file @
a4fa78ff
...
...
@@ -132,6 +132,8 @@ struct Process{
size_t
chunkoutsize
=
chunkout_view
.
size
();
munmap
(
chunkoutmap
,
chunkoutsize
);
unlink
(
chunkinfile
.
c_str
());
unlink
(
chunkoutfile
.
c_str
());
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment