From 28e8ad3ac0a18079c08953ba7f72f748253cdf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franz=20P=C3=B6schel?= Date: Tue, 28 Apr 2026 12:59:15 +0200 Subject: [PATCH] Delete stray inc_ref --- src/binding/python/RecordComponent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/binding/python/RecordComponent.cpp b/src/binding/python/RecordComponent.cpp index 382783a730..da798f91b0 100644 --- a/src/binding/python/RecordComponent.cpp +++ b/src/binding/python/RecordComponent.cpp @@ -324,7 +324,6 @@ struct StoreChunkFromPythonArray Offset const &offset, Extent const &extent) { - a.inc_ref(); void *data = a.mutable_data(); // here, we store an owning handle in the lambda capture so that // temporary and lost-scope variables stay alive until we flush