[Xorp-cvs] XORP cvs commit: xorp/policy/backend

Bruce Simpson bms at icir.org
Fri May 2 17:37:30 PDT 2008


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms at chum.icir.org	2008-05-03 00:37:30 UTC

XORP CVS repository


Modified files:
	policy/backend iv_exec.cc policy_instr.hh term_instr.hh 

Log message:
	Match new [] with delete [].
	
	C++ arrays should always be freed using delete [], and should only be
	used in preference to STL vectors if there is a good case for doing so.

Revision  Changes                               Path
1.16      +3 -3;  commitid: 16cf5481bb3c041a7;  xorp/policy/backend/iv_exec.cc
1.7       +2 -2;  commitid: 16cf5481bb3c041a7;  xorp/policy/backend/policy_instr.hh
1.7       +2 -2;  commitid: 16cf5481bb3c041a7;  xorp/policy/backend/term_instr.hh



More information about the Xorp-cvs mailing list