Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
f2a10028
Commit
f2a10028
authored
May 15, 2008
by
Uwe Schulzweida
Browse files
bug fix
parent
6a20d938
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/stream.c
View file @
f2a10028
...
...
@@ -1182,8 +1182,6 @@ void streamClose(int streamID)
free
(
streamptr
->
fnames
);
}
stream_delete_entry
(
streamptr
);
if
(
vlistID
!=
-
1
)
{
if
(
streamptr
->
filemode
!=
'w'
)
...
...
@@ -1194,6 +1192,8 @@ void streamClose(int streamID)
vlistDestroy
(
vlistID
);
}
stream_delete_entry
(
streamptr
);
}
...
...
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