diff options
author | nicm <nicm> | 2015-06-05 18:06:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-06-05 18:06:30 +0000 |
commit | 10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4 (patch) | |
tree | 686ddf0bfa258770581eb1f05fa4006eb8c792f5 /notify.c | |
parent | 8c93b768e4864be330c3d6a7962892135224f0f4 (diff) | |
download | rtmux-10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4.tar.gz rtmux-10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4.tar.bz2 rtmux-10e90ae01f53a67a1b7c3a2c498cefb73c6a23b4.zip |
Change deref to the more sensible unref, and add a couple I missed before.
Diffstat (limited to 'notify.c')
-rw-r--r-- | notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ notify_drain(void) } if (ne->client != NULL) - ne->client->references--; + server_client_unref(ne->client); if (ne->session != NULL) ne->session->references--; if (ne->window != NULL) |