citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit ce391c8c555a2fa0ac83ef8a48ed699702bd25e5
parent 3b37f014feb448f929266daa39bec5628c0dd9d7
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sat, 11 Jun 2016 15:40:17 -0600

e2e: forgot to add library update also

Diffstat:
MSCV/Viewer.pm | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/SCV/Viewer.pm b/SCV/Viewer.pm @@ -104,6 +104,11 @@ sub read_all { return $data; } +sub close { + my ($self) = @_; + close ($self->{client_socket}); +} + sub DESTROY { my ($self) = @_;