Skip to content
GitLab
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
c389e2f8
Commit
c389e2f8
authored
Aug 12, 2014
by
Uwe Schulzweida
Browse files
listDestroy(): set resHListSize=0 [Bug #5058]
parent
fd34e212
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
c389e2f8
...
...
@@ -5,6 +5,7 @@
2014-08-12 Daniel Reinert
* listDestroy(): set resHListSize=0 [Bug #5058]
* NetCDF: Reading uuidOfVGrid [Bug #5046]
2014-08-04 Nathanael Huebbe
...
...
src/resource_handle.c
View file @
c389e2f8
...
...
@@ -172,6 +172,7 @@ static void listDestroy ( void )
for
(
int
i
=
resHListSize
;
i
>
0
;
--
i
)
if
(
resHList
[
i
-
1
].
resources
)
namespaceDelete
(
i
-
1
);
resHListSize
=
0
;
free
(
resHList
);
resHList
=
NULL
;
cdiReset
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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