Commit 7cd0229
committed
agents: fix crash accessing cont prof queue
On runtime shutdown, when continuous profiling is enabled, it can happen
that we try access `GrpcAgent::cont_prof_queue_` when it has already
being reset, thus crashing the process.
PR-URL: #348
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>1 parent 766a071 commit 7cd0229
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
| |||
0 commit comments