summaryrefslogtreecommitdiffstats
path: root/src/socket/Socket.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-12 00:02:38 +0000
committerDavid Robillard <d@drobilla.net>2012-05-12 00:02:38 +0000
commiteaf3abc571e5c1a60cf6d65d55b3cc496d5e62dd (patch)
tree7a72b7bddc1278fa85773690d6d3cb30a2de6990 /src/socket/Socket.hpp
parentcaecf11ea7ced8e54992cc163b1b88f495f474cf (diff)
downloadingen-eaf3abc571e5c1a60cf6d65d55b3cc496d5e62dd.tar.gz
ingen-eaf3abc571e5c1a60cf6d65d55b3cc496d5e62dd.tar.bz2
ingen-eaf3abc571e5c1a60cf6d65d55b3cc496d5e62dd.zip
Fix memory leaks.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4364 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/socket/Socket.hpp')
-rw-r--r--src/socket/Socket.hpp2
1 files changed, 1 insertions, 1 deletions
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