You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "dataroaring (via GitHub)" <gi...@apache.org> on 2023/04/26 14:36:31 UTC

[GitHub] [doris] dataroaring commented on a diff in pull request #19071: [fix](memleak) avoid memleak due to race condition

dataroaring commented on code in PR #19071:
URL: https://github.com/apache/doris/pull/19071#discussion_r1177978129


##########
be/src/vec/aggregate_functions/aggregate_function_hll_union_agg.h:
##########
@@ -51,6 +51,9 @@ namespace doris::vectorized {
 struct AggregateFunctionHLLData {
     HyperLogLog dst_hll {};
 
+    AggregateFunctionHLLData() = default;
+    ~AggregateFunctionHLLData() = default;

Review Comment:
   just a note.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org