Skip to content

Commit

Permalink
not using child procs anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Sep 10, 2011
1 parent 2958cae commit 7c4128e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/RTSP/Server/RTPListener.pm
Expand Up @@ -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;

0 comments on commit 7c4128e

Please sign in to comment.