mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-08 05:35:07 -05:00
* Fix #931: Observer memory leak Observers were being prevented from being garbage collected by their own onReactiveDomainEnded() event handlers. This commit fixes that by making sure that those event handlers are only registered when autoDestroy=TRUE, and that they are unregistered both on destruction and when autoDestroy is changed. * Remove extraneous self$ prefixes * Add comment explaining autoDestroyHandle
24 KiB
24 KiB