Romain Vimont b5d41ad4f6 Fix useless garbage initialization
The variable `p` was initialized with a garbage value (a `const char **`
casted to `char *`). Fortunately, it was never read.

Refs <https://github.com/Genymobile/scrcpy/issues/3765>
2023-03-03 11:12:31 +01:00
..
2023-03-03 11:12:31 +01:00
2023-01-30 20:57:54 +01:00
2023-02-11 09:44:33 +01:00
2022-12-22 12:33:29 +01:00
2023-02-18 19:10:25 +01:00