Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
f74fc296
Commit
f74fc296
authored
Nov 19, 2013
by
Thomas Jahns
🤸
Browse files
Add missing initialization.
parent
47d1a8b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/resource_handle.c
View file @
f74fc296
...
...
@@ -120,6 +120,7 @@ reshListCreate(int namespaceID)
void
reshListDestruct
(
int
namespaceID
)
{
LIST_INIT
();
LIST_LOCK
();
xassert
(
resHList
&&
namespaceID
>=
0
&&
namespaceID
<
resHListSize
);
int
callerNamespaceID
=
namespaceGetActive
();
...
...
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