diff options
Diffstat (limited to 'stringbuf.c')
-rwxr-xr-x | stringbuf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/stringbuf.c b/stringbuf.c index f1063745..4254d5bd 100755 --- a/stringbuf.c +++ b/stringbuf.c @@ -1046,6 +1046,17 @@ int rsCStrLocateSzStr(cstr_t *pThis, uchar *sz) #endif /* end comment out */ +/* our exit function. TODO: remove once converted to a class + * rgerhards, 2008-03-11 + */ +rsRetVal strExit() +{ + DEFiRet; + objRelease(regexp, LM_REGEXP_FILENAME); + RETiRet; +} + + /* our init function. TODO: remove once converted to a class */ rsRetVal strInit() |