CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/09/01 18:21:41
Modified files:
usr.bin/cvs : rcs.c
usr.bin/rcs : rcs.c
Log message:
rcsnum_parse() allocates already an RCSNUM struct, so it's not needed to
copy it into a newly allocated one (which is even a memory leak).
ok zinovik
