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
f2d905ee
Commit
f2d905ee
authored
Jul 18, 2019
by
Uwe Schulzweida
Browse files
gridDestroyKernel: added call to cdiDeleteAtts().
parent
1f0a1638
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
f2d905ee
...
...
@@ -584,6 +584,9 @@ void gridDestroyKernel( grid_t * gridptr )
*/
void
gridDestroy
(
int
gridID
)
{
//cdiDeleteKeys(gridID, CDI_GLOBAL);
//cdiDeleteAtts(gridID, CDI_GLOBAL);
grid_t
*
gridptr
=
grid_to_pointer
(
gridID
);
gridptr
->
vtable
->
destroy
(
gridptr
);
}
...
...
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