Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1f6860f3
...
1f6860f3a0a7811ccc3a77936e2964df79eb744b
authored
2002-11-21 13:47:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(_file_destroy): Bugfix. Do not close the stream.
1 parent
fb6ba3ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
mailbox/file_stream.c
mailbox/file_stream.c
View file @
1f6860f
...
...
@@ -47,8 +47,6 @@ _file_destroy (stream_t stream)
{
struct
_file_stream
*
fs
=
stream_get_owner
(
stream
);
stream_close
(
stream
);
if
(
fs
->
filename
)
free
(
fs
->
filename
);
...
...
Please
register
or
sign in
to post a comment