cmcfarlen commented on code in PR #12586:
URL: https://github.com/apache/trafficserver/pull/12586#discussion_r2445651372


##########
src/tscore/Diags.cc:
##########
@@ -362,7 +362,7 @@ Diags::activate_taglist(const char *taglist, DiagsTagType 
mode)
     if (activated_tags[mode]) {
       delete activated_tags[mode];
     }
-    activated_tags[mode] = new DFA;
+    activated_tags[mode] = new Regex;

Review Comment:
   This might show up as a memory leak



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to