diff options
Diffstat (limited to 'src/starter/starter.c')
-rw-r--r-- | src/starter/starter.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c index 339e698d3..0bf1d7a71 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -449,6 +449,10 @@ int main (int argc, char **argv) { if (ca->state == STATE_ADDED) { + if (starter_charon_pid()) + { + starter_stroke_del_ca(ca); + } if (starter_pluto_pid()) { starter_whack_del_ca(ca); |