This is an automated email from the ASF dual-hosted git repository.
cbqiao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geaflow.git
The following commit(s) were added to refs/heads/master by this push:
new 019da958d Fix memory management in mmap_ipc.cpp (#725)
019da958d is described below
commit 019da958d780b942d2e348ed1eb06160f374a571
Author: Wang Rui <[email protected]>
AuthorDate: Wed Jan 21 15:16:01 2026 +0800
Fix memory management in mmap_ipc.cpp (#725)
Remove unnecessary Py_DECREF call for marker.
---
geaflow/geaflow-infer/src/main/resources/infer/inferRuntime/mmap_ipc.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git
a/geaflow/geaflow-infer/src/main/resources/infer/inferRuntime/mmap_ipc.cpp
b/geaflow/geaflow-infer/src/main/resources/infer/inferRuntime/mmap_ipc.cpp
index 0314c8786..a72e0006d 100644
--- a/geaflow/geaflow-infer/src/main/resources/infer/inferRuntime/mmap_ipc.cpp
+++ b/geaflow/geaflow-infer/src/main/resources/infer/inferRuntime/mmap_ipc.cpp
@@ -6586,7 +6586,6 @@ __Pyx_CyFunction_get_is_coroutine(__pyx_CyFunctionObject
*op, void *context) {
PyList_SET_ITEM(fromlist, 0, marker);
#else
if (unlikely(PyList_SetItem(fromlist, 0, marker) < 0)) {
- Py_DECREF(marker);
Py_DECREF(fromlist);
return NULL;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]