Fix transfer annotation of purple_notification_manager_add
Review Request #3022 — Created March 12, 2024 and submitted — Latest diff uploaded
This function either returns immediately (for a double add), or adds a ref
before putting it in theGPtrArray
. So it istransfer none
, nottransfer full
.
Ran
ninja turtles
and also tested with valgrind.
Also added notifications from the demo protocol in valgrind.