Added a copy contructor to the regex class. This prevents multiple frees in the destr...
authorarjen <arjen>
Fri, 4 May 2007 13:56:05 +0000 (13:56 +0000)
committerarjen <arjen>
Fri, 4 May 2007 13:56:05 +0000 (13:56 +0000)
commit644da49529f2b634c149839230210fa294a604d6
treef4d17ebb322524c19c4b982e6435287d6bbdd49a
parent589f864578ff59a36815af5d897d2d94b9fe5578
Added a copy contructor to the regex class. This prevents multiple frees in the destructor.
src/String.h
src/regex.cpp