From 60794ddf2f3c84fc1168d969492a5a6d7cf8fa34 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 11 Dec 2025 16:05:50 +0100 Subject: [PATCH] add to-do for memory management --- src/polluck_blockchain/placeholder_native.pyx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/polluck_blockchain/placeholder_native.pyx b/src/polluck_blockchain/placeholder_native.pyx index d95a402..0f12a00 100644 --- a/src/polluck_blockchain/placeholder_native.pyx +++ b/src/polluck_blockchain/placeholder_native.pyx @@ -164,6 +164,8 @@ cdef class Blockchain: def __init__(self, *args, **kwargs): pass + # TODO add entries of map + # ownership is typically not transferred from the Blockchain extension class def __dealloc__(self): if self._chain is not NULL: del self._chain