Przeglądaj źródła

- more fixing related to bug #1879864 - proper meme clenup after extra accouting

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3906 689a6050-402a-0410-94f2-e92a70836424
Bogdan-Andrei Iancu 17 lat temu
rodzic
commit
ecc5de91e5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules_k/tm/t_hooks.c

+ 1 - 1
modules_k/tm/t_hooks.c

@@ -207,7 +207,7 @@ void run_trans_callbacks( int type , struct cell *trans,
 	}
 	/* SHM message cleanup */
 	if (trans->uas.request && trans->uas.request->msg_flags&FL_SHM_CLONE)
-		clean_msg_clone( req, trans->uas.request, trans->uas.end_request);
+		clean_msg_clone( trans->uas.request, trans->uas.request, trans->uas.end_request);
 	/* env cleanup */
 	set_avp_list( backup );
 	params.extra1 = params.extra2 = 0;