Lioncash
e0ec9ffc36
audio_in/out_system: Pass Initialize members by value where applicable
...
applet_resource_user_id isn't actually modified and is just assigned to
a member variable, so this doesn't need to be a mutable reference.
Similarly, the device name itself isn't modified and is only moved. We
pass by value here, since we can still perform the move, but eliminate a
sneaky set of calls that can unintentionally destroy the original
string. Given how nested the calls are, it's good to get rid of this
potential vector for a use-after-move bug.
2022-10-26 11:21:48 -04:00
..
2022-10-12 20:29:29 -04:00
2022-10-22 15:02:04 -04:00
2022-04-23 05:55:32 -04:00
2022-09-01 16:54:22 +01:00
2022-10-26 11:21:48 -04:00
2022-10-12 20:29:29 -04:00
2022-04-23 05:55:32 -04:00
2022-07-14 16:33:09 -05:00
2022-07-14 16:33:09 -05:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-06-26 20:21:37 -05:00
2022-04-23 05:55:32 -04:00
2022-07-14 16:33:09 -05:00
2022-04-23 05:55:32 -04:00
2022-10-08 12:24:00 -04:00
2022-10-07 22:19:41 -04:00
2022-06-26 20:21:37 -05:00
2022-04-23 05:55:32 -04:00
2022-10-25 12:13:18 -04:00
2022-06-05 09:42:05 -04:00
2022-04-23 05:55:32 -04:00
2022-10-12 20:29:29 -04:00
2022-10-18 19:13:34 -07:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-10-02 12:34:24 -05:00
2022-09-01 16:54:22 +01:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-10-02 12:32:26 -05:00
2022-10-21 23:08:07 -05:00
2022-04-23 05:55:32 -04:00
2022-08-15 20:25:42 +02:00
2022-10-12 20:29:29 -04:00
2022-04-23 05:55:32 -04:00
2022-10-11 18:15:30 -04:00
2022-10-23 19:25:57 -04:00
2022-10-23 05:45:45 -04:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-06-26 20:21:37 -05:00
2022-08-20 14:08:59 +08:00
2022-06-26 20:21:37 -05:00
2022-04-23 05:55:32 -04:00
2022-04-23 05:55:32 -04:00
2022-10-14 17:30:38 -04:00
2022-10-11 18:15:30 -04:00
2022-10-19 16:31:12 -04:00
2022-09-23 13:38:23 +02:00
2022-06-26 20:21:37 -05:00
2022-04-23 05:55:32 -04:00
2022-10-12 20:29:29 -04:00
2022-04-23 05:55:32 -04:00
2022-10-17 03:14:31 -04:00
2022-04-23 05:55:32 -04:00
2022-10-12 20:29:29 -04:00
2022-04-23 05:55:32 -04:00
2022-10-23 05:45:45 -04:00
2022-10-23 05:45:45 -04:00