[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/TestNetwork TestNetworkC.nc, 1.1.2.20, 1.1.2.21

Rodrigo Fonseca rfonseca76 at users.sourceforge.net
Fri Oct 27 12:35:42 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv3749

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	TestNetworkC.nc 
Log Message:
Fixed memory leak.


Index: TestNetworkC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/TestNetwork/TestNetworkC.nc,v
retrieving revision 1.1.2.20
retrieving revision 1.1.2.21
diff -C2 -d -r1.1.2.20 -r1.1.2.21
*** TestNetworkC.nc	27 Oct 2006 18:06:56 -0000	1.1.2.20
--- TestNetworkC.nc	27 Oct 2006 19:35:40 -0000	1.1.2.21
***************
*** 176,179 ****
--- 176,180 ----
      dbg("Traffic", "UART send done.\n");
      uartbusy = FALSE;
+     call Pool.put(msg);
      if (!call Queue.empty()) {
        post uartEchoTask();



More information about the Tinyos-2-commits mailing list