Skip to content
Commit f8bf89e2 authored by Xaver Hugl's avatar Xaver Hugl
Browse files

wayland/clientbuffer: use std::unique_ptr properly

Taking the address of a reference that's a dereference of a newly created
object is the most possibly confusing way to initialize a std::unique_ptr.
Instead, just pass a std::unique_ptr around to take ownership of
parent 9f7517a5
Pipeline #378327 passed with stage
in 12 minutes and 57 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment