Skip to content

Commit

Permalink
Free command buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaorson committed Oct 1, 2022
1 parent a603a33 commit 81a5960
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/compiler/system/helpers.day
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ fun system_run_command (command: cstring output_stream: ptr<FILE>) int do
output_stream
buffer
_SYSTEM_COMMAND_BUFFER_SIZE)
(delete buffer)
(pclose command_stream)
end

Expand Down

0 comments on commit 81a5960

Please sign in to comment.