plug one-time leak

This commit is contained in:
Pierangelo Masarati 2009-10-19 23:39:59 +00:00
parent 6a1ac5f987
commit 15c29b52fb

View File

@ -807,6 +807,10 @@ done:;
ch_free( soc->soc_allowed );
}
if ( soc->soc_oidmacro ) {
ch_free( soc->soc_oidmacro );
}
ch_free( soc );
} else if ( rsoc ) {