summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2014-08-11 14:27:40 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2014-10-09 15:29:38 -0400
commitd20d580ddd356bb5117262473adce6e5ba386762 (patch)
tree5eb894b0f690693a2b7e37a9ef2b3ce482b5dcdd
parent6fb00faadbe51d3ca4080cc48292950e7f7c7962 (diff)
downloadlibnice-d20d580ddd356bb5117262473adce6e5ba386762.tar.gz
outputstream: Fix double unref
-rw-r--r--agent/outputstream.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/agent/outputstream.c b/agent/outputstream.c
index 6675cf4..d479aa5 100644
--- a/agent/outputstream.c
+++ b/agent/outputstream.c
@@ -571,7 +571,6 @@ nice_output_stream_write_nonblocking (GPollableOutputStream *stream,
}
if (count == 0) {
- g_object_unref (agent);
n_sent = 0;
goto done;
}