From 7c4128e7e9d8ada7e30f96a3c027613163afdfba Mon Sep 17 00:00:00 2001 From: Mischa S Date: Fri, 9 Sep 2011 17:08:02 -0700 Subject: [PATCH] not using child procs anymore --- lib/RTSP/Server/RTPListener.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/RTSP/Server/RTPListener.pm b/lib/RTSP/Server/RTPListener.pm index 6891f54..807088e 100644 --- a/lib/RTSP/Server/RTPListener.pm +++ b/lib/RTSP/Server/RTPListener.pm @@ -97,10 +97,6 @@ sub DEMOLISH { if ($self->socket) { shutdown $self->socket, 2; } - - if ($self->child) { - $self->child->kill(2); # SIGINT - } } __PACKAGE__->meta->make_immutable;