commit | 9d741cbedb8a7a77bb7c99bbbc363d5af4ba62c2 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Jun 03 10:39:11 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Wed Jun 15 14:07:25 2022 -0600 |
tree | a1effc6fdb0e80899cf9d132c0045c199f6ee236 | |
parent | 285dfa0f6877ea7677e84c3c1001c5d339fbbe5e [diff] |
Check for listeners in emit_exiting_event I noticed that emit_exiting_event does not check whether there are any listeners before creating the event object. All other event emitters do this, so this patch updates this one as well.