Re: Add missing PQclear for StreamLogicalLog function

2025-03-25 Thread Daniel Gustafsson
> On 19 Mar 2025, at 11:03, Daniel Gustafsson wrote: > >> On 19 Mar 2025, at 06:38, Steven Niu wrote: > >> During browsing the code, I found one missing PQclear in function >> StreamLogicalLog(). It's a very small problem as it only happens in error >> condition. However since another similar

Re: Add missing PQclear for StreamLogicalLog function

2025-03-19 Thread Daniel Gustafsson
> On 19 Mar 2025, at 06:38, Steven Niu wrote: > During browsing the code, I found one missing PQclear in function > StreamLogicalLog(). It's a very small problem as it only happens in error > condition. However since another similar patch was accepted, > maybe we should also fix this one. Than

Add missing PQclear for StreamLogicalLog function

2025-03-18 Thread Steven Niu
/flat/3DA7CECD-5A05-416D-8527-ABD794AEFE8B%40yesql.se#c5d662ba7bdb07e56ddbd9aaa90dea5d Regards, StevenFrom cc87aec988c483e9118d9d31b1dad1f1ca1fb4e7 Mon Sep 17 00:00:00 2001 From: Steven Niu Date: Wed, 19 Mar 2025 13:02:18 +0800 Subject: Add missing PQclear for StreamLogicalLog function --- sr

Add missing PQclear for StreamLogicalLog function

2025-03-18 Thread Steven Niu
/flat/3DA7CECD-5A05-416D-8527-ABD794AEFE8B%40yesql.se#c5d662ba7bdb07e56ddbd9aaa90dea5d Regards, StevenFrom cc87aec988c483e9118d9d31b1dad1f1ca1fb4e7 Mon Sep 17 00:00:00 2001 From: Steven Niu Date: Wed, 19 Mar 2025 13:02:18 +0800 Subject: Add missing PQclear for StreamLogicalLog function --- sr