MCPcopy Create free account
hub / github.com/avaneev/biteopt / deleteBuffers

Method deleteBuffers

biteopt.h:1838–1852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1836 */
1837
1838 void deleteBuffers()
1839 {
1840 if( Opts != NULL )
1841 {
1842 int i;
1843
1844 for( i = 0; i < OptCount; i++ )
1845 {
1846 delete Opts[ i ];
1847 }
1848
1849 delete[] Opts;
1850 Opts = NULL;
1851 }
1852 }
1853};
1854
1855/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected