regcomp.c: Use '*a == b', not 'a == &b'
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Nov 2011 03:55:33 +0000 (20:55 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:35 +0000 (09:58 -0700)
commit4065ba03dae80110ad18a5eacfe7be6b89ffc249
treec596b350385369ca1c1660962e4b8d4964ee1e86
parent2ea8669961295171f0c618167cf2b8b46c25a946
regcomp.c: Use '*a == b', not 'a == &b'

The latter doesn't always work.  The consequences of this failure were
memory leaks
regcomp.c