summaryrefslogtreecommitdiffstats
path: root/src/SocketWriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/SocketWriter.cpp')
-rw-r--r--src/SocketWriter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SocketWriter.cpp b/src/SocketWriter.cpp
index 8ce8354a..4d9e7405 100644
--- a/src/SocketWriter.cpp
+++ b/src/SocketWriter.cpp
@@ -72,6 +72,8 @@ SocketWriter::SocketWriter(URIMap& map,
SocketWriter::~SocketWriter()
{
sratom_free(_sratom);
+ serd_writer_free(_writer);
+ serd_env_free(_env);
}
bool