Commit 3216ecc07f5fb634a35f7d9ed9ef8e3d7f4494d5

Ran Benita 2012-02-24T10:46:41

Don't cache loaded rules files This needlessly occupies memory for the lifetime of the library, and does not make a noticeable difference otherwise. This rules file won't be loaded more than once in most cases anyway, so just load it again when it happens. Signed-off-by: Ran Benita <ran234@gmail.com>