Skip to content
Snippets Groups Projects
Commit 9ef77c8a authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

plug one-time leak

parent f53ac213
No related branches found
No related tags found
No related merge requests found
......@@ -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 ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment