Re: [PATCH] rcs: free pointer

2014-05-10 Thread Jérémie Courrèges-Anglas
Fritjof Bornebusch writes: > Hi tech, > > if ci uses a user defined revision number the pointer was just set to NULL > and not freed correctly. Makes sense to me, ok? I'll probably commit tomorrow if I hear no objection. > fritjof > > Index: ci.c >

[PATCH] rcs: free pointer

2014-05-10 Thread Fritjof Bornebusch
Hi tech, if ci uses a user defined revision number the pointer was just set to NULL and not freed correctly. fritjof Index: ci.c === RCS file: /cvs/src/usr.bin/rcs/ci.c,v retrieving revision 1.216 diff -u -p -r1.216 ci.c --- ci.c