diff options
author | daniel <danieruru@gmail.com> | 2013-02-05 01:04:05 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-02-05 01:04:05 +0900 |
commit | c9995a7bd5f73c4b9be99bf5d44db541fdc087bd (patch) | |
tree | 097812839651ec6768fb213f3ac99b985619b8af /libvxi11client | |
parent | 47be01091dbed4d887b3123c0b2e649ff264d7f2 (diff) |
Queues start with a ref count of 1, so we shouldn't ref it.
Diffstat (limited to 'libvxi11client')
-rw-r--r-- | libvxi11client/perlbits/perlglue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvxi11client/perlbits/perlglue.c b/libvxi11client/perlbits/perlglue.c index 5c9f4c2..4c7ed1a 100644 --- a/libvxi11client/perlbits/perlglue.c +++ b/libvxi11client/perlbits/perlglue.c @@ -70,7 +70,6 @@ VXI11Context* glue_open(char* address, char* device) { int glue_start_interrupt_server() { interruptqueue = g_async_queue_new(); - g_async_queue_ref(interruptqueue); return vxi11_start_interrupt_server(interruptcallback); } |