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
b8e53305
Commit
b8e53305
authored
Aug 14, 2014
by
Thomas Jahns
🤸
Browse files
Ensure sane state of resource tables.
parent
dc3a8855
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/resource_handle.c
View file @
b8e53305
...
...
@@ -158,6 +158,7 @@ reshListDestruct(int namespaceID)
listElem
->
res
.
v
.
ops
->
valDestroy
(
listElem
->
res
.
v
.
val
);
}
free
(
resHList
[
namespaceID
].
resources
);
resHList
[
namespaceID
].
resources
=
NULL
;
reshListClearEntry
(
namespaceID
);
}
if
(
resHList
[
callerNamespaceID
].
resources
)
...
...
Write
Preview
Supports
Markdown
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