Skip to content
  • Colin Walters's avatar
    [ShellAppUsage] Fix use-after-free · 98a8dd68
    Colin Walters authored
    We were holding on to UsageData structure pointers in previously_running,
    but those can be purged by the unused app cleanup.  Instead just hold
    onto dup'd copies of the application id strings.
    98a8dd68