smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 245 forks source link

Reset display_capabilities_ pointer after merging capabilities #3812

Closed jacobkeeler closed 2 years ago

jacobkeeler commented 2 years ago

Fixes #3800

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Manually test using instructions in #3800

Summary

Currently set_display_capabilities overwrites the display capabilities, then merges them with the previous capabilities, this PR changes this process to merge them first, then overwrite the capabilities

Changelog

Bug Fixes

CLA