From eaf3abc571e5c1a60cf6d65d55b3cc496d5e62dd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 May 2012 00:02:38 +0000 Subject: Fix memory leaks. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4364 a436a847-0d15-0410-975c-d299462d15a1 --- src/socket/Socket.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/socket/Socket.hpp') diff --git a/src/socket/Socket.hpp b/src/socket/Socket.hpp index 8aa172cb..13f18be8 100644 --- a/src/socket/Socket.hpp +++ b/src/socket/Socket.hpp @@ -55,7 +55,7 @@ public: socklen_t addr_len, int fd); - ~Socket() { close(); } + ~Socket(); /** Bind a server socket to an address. * @param uri Address URI, e.g. unix:///tmp/foo or tcp://somehost:1234 -- cgit v1.2.1