Author: nandika
Date: Mon Jul 28 22:26:09 2008
New Revision: 680627
URL: http://svn.apache.org/viewvc?rev=680627&view=rev
Log:
compilation error fixed
Modified:
webservices/sandesha/trunk/c/src/workers/sender.c
Modified: webservices/sandesha/trunk/c/src/workers/sender.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/sender.c?rev=680627&r1=680626&r2=680627&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/sender.c (original)
+++ webservices/sandesha/trunk/c/src/workers/sender.c Mon Jul 28 22:26:09 2008
@@ -84,7 +84,6 @@
args->conf_ctx = conf_ctx;
args->seq_id = seq_id;
args->persistent_msg_ctx = persistent_msg_ctx;
- ++(env->allocator->ref_pool_allocator);
worker_thread = axutil_thread_pool_get_thread(env->thread_pool,
sandesha2_sender_worker_func, (void*)args);
@@ -195,11 +194,6 @@
"[sandesha2]Exit:sandesha2_sender_worker_func");
axutil_allocator_switch_to_local_pool(env->allocator);
- if(env->allocator->pool_allocator)
- {
- AXIS2_POOL_ALLOCATOR_DESTROY(env->allocator);
- }
-
return NULL;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]