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 2b2a413 commit 8085ce9Copy full SHA for 8085ce9
oshmem/shmem/c/shmem_free.c
@@ -59,8 +59,6 @@ static inline void _shfree(void* ptr)
59
60
if (ptr) {
61
s = memheap_find_va(ptr);
62
- } else {
63
- s = NULL;
64
}
65
66
if (s && s->allocator) {
0 commit comments