Author :
Ran Benita
Date :
2014-05-28 20:32:16
Hash :d6f2d8ec Message :rules: fix leak on failure
matcher_match() builds up the kccgst's, and we steal the memory on
success. But on error we didn't free it.
Signed-off-by: Ran Benita <ran234@gmail.com>