Morph 0af182baa2 applets/web: Fix a use-after-free when passing in the URL string
The URL string was being deleted before being used, leading to a use-after-free occurring when it is used afterwards.

Fix this by taking the string by const ref to extend its lifetime, ensuring it doesn't get deleted before use.
2021-04-28 12:34:28 -04:00
..
2021-04-23 09:58:41 -04:00
2021-02-28 17:25:31 -05:00
2021-04-24 10:50:25 -05:00
2021-01-20 18:25:15 +11:00