-
- Downloads
sipcall: use unique_ptr instead of raw pointer
Rationale: This changes nothing functionally but since unique pointers have stricter semantics than raw pointers, it avoids future mis-use. Refs #51555 Change-Id: I8ee8b64a220df07af25ae760b50dfcc731fed4b9
Please register or sign in to comment