We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2739346 commit 45732fdCopy full SHA for 45732fd
opal/mca/hwloc/base/hwloc_base_frame.c
@@ -1,6 +1,8 @@
1
/*
2
* Copyright (c) 2011-2014 Cisco Systems, Inc. All rights reserved.
3
* Copyright (c) 2013-2015 Intel, Inc. All rights reserved.
4
+ * Copyright (c) 2016 Research Organization for Information Science
5
+ * and Technology (RIST). All rights reserved.
6
* $COPYRIGHT$
7
*
8
* Additional copyrights may follow
@@ -312,6 +314,7 @@ static void buffer_cleanup(void *value)
312
314
free(ptr->buffers[i]);
313
315
}
316
317
+ free(ptr);
318
319
320
opal_hwloc_print_buffers_t *opal_hwloc_get_print_buffer(void)
0 commit comments