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 5eee23e commit 06bdfd4Copy full SHA for 06bdfd4
embree/embree.pyx
@@ -27,7 +27,7 @@ IF UNAME_SYSNAME == "Windows":
27
# must be freed with _aligned_free()
28
# while posix_memalign() just uses regular free()
29
cdef void free(void *memblock):
30
- return _aligned_free(memblock)
+ _aligned_free(memblock)
31
ELIF UNAME_SYSNAME == "Darwin":
32
# malloc is 16-byte mem aligned by default on Darwin
33
from libc.stdlib cimport malloc
0 commit comments