leak: Free PCRE regexps when library is unloaded.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Sep 2010 18:38:50 +0000 (19:38 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 21 Sep 2010 18:51:22 +0000 (19:51 +0100)
commite7f62742b6141fd19444fc0e191281777cd966f9
tree6c04bfc48aa9269575621db2a8dac4e226dc5360
parent6d276dae8d1bbb54d8708c94d23879d39f5fd4a3
leak: Free PCRE regexps when library is unloaded.

The compiled PCRE regexps used for inspection were being leaked when
the library was unloaded.

(Found by valgrind).
src/inspect.c