Skip to content

Don't leave dangling pointers in the GcalEvent cache

Michael Catanzaro requested to merge mcatanzaro/#434-gnome-3-32 into gnome-3-32

The cache has an unowned pointer to the GcalEvent's UID. We need to update the cache with the GcalEvent's new UID to avoid use-after-free.

Fixes #434 (closed)

Merge request reports