Skip to content
Commit 26a66d10 authored by Arun Raghavan's avatar Arun Raghavan 🐾
Browse files

switch-on-connect: Fix warning on discarded const qualifier

pa_modargs_get_value() returns a const string -- instead of discarding
the const qualifier, let's just duplicate the string and free it
explicitly in the failure case.
parent ad16d77d
Loading
Loading
Loading
Pipeline #82012 passed with stage
in 4 minutes and 15 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment