From 4589223b9cad791d79079fcd669d3292d37b88e3 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 May 2008 15:53:02 +0200 Subject: [PATCH] Fixed crash that occurs when decoding fails. Fixed crash that occurs when decoding fails. The failNotify call is removed because the preceeding close already destroys the object (this). --- src/yaz-z-assoc.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/yaz-z-assoc.cpp b/src/yaz-z-assoc.cpp index 63b346a..7da1676 100644 --- a/src/yaz-z-assoc.cpp +++ b/src/yaz-z-assoc.cpp @@ -94,7 +94,6 @@ void Z_Assoc::recv_PDU(const char *buf, int len) else { close(); - failNotify(); } } -- 1.7.10.4