JosiahWI commented on code in PR #12229:
URL: https://github.com/apache/trafficserver/pull/12229#discussion_r2081756548


##########
src/iocore/cache/RamCacheLRU.cc:
##########
@@ -54,7 +54,7 @@ struct RamCacheLRU : public RamCache {
   void init(int64_t max_bytes, StripeSM *stripe) override;
 
   // private
-  std::vector<bool> *seen = nullptr;
+  std::vector<bool> seen{};

Review Comment:
   The `{}` is actually redundant here, but doesn't hurt.



-- 
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