Set nullptr to the listener ptr 79/265479/2
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 20 Oct 2021 09:02:04 +0000 (18:02 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Wed, 20 Oct 2021 09:04:06 +0000 (09:04 +0000)
commitae37392df94f75761c83c497b0281dfedf616042
tree5677e7cf719abdbf0168ecf20477c3e61908ba1d
parent84e3ff73b07f22b827a6a41558e87a38b8df0115
Set nullptr to the listener ptr

When the timed out error occurred, the listener ptr should be nullptr.
While calling the rejected callback function, the proxy process tries to
connect to the stub process.

Change-Id: I48b03e9eaa56f832c45b26384f0bf8c3aa5c0ad1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/proxy-internal.cc