[Opensrf-commits] r1615 - trunk/src/libopensrf
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri Jan 9 18:05:00 EST 2009
Author: scottmk
Date: 2009-01-09 18:04:55 -0500 (Fri, 09 Jan 2009)
New Revision: 1615
Modified:
trunk/src/libopensrf/osrf_stack.c
Log:
Bug fix. In some circumstances (unrecognized status code
from server) we were trying to free the same osrfMessage twice.
Modified: trunk/src/libopensrf/osrf_stack.c
===================================================================
--- trunk/src/libopensrf/osrf_stack.c 2009-01-09 20:14:35 UTC (rev 1614)
+++ trunk/src/libopensrf/osrf_stack.c 2009-01-09 23:04:55 UTC (rev 1615)
@@ -178,7 +178,6 @@
msg->status_code, msg->status_name );
further_msg->is_exception = 1;
osrf_app_session_set_complete( session, msg->thread_trace );
- osrfMessageFree(msg);
break;
}
More information about the opensrf-commits
mailing list