Files
external_libcamera/src/libcamera/base/log.cpp
Barnabás Pőcze 0fc00eacdb libcamera: base: log: Avoid manual LogCategory deletion
Wrap the `LogCategory` pointers in `std::unique_ptr` to avoid
the need for manual deletion in the destructor.

Signed-off-by: Barnabás Pőcze <pobrn@protonmail.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
2025-02-27 11:30:23 +01:00

27 KiB