Example #1
0
/*
 *  结束FFL库的使用,调用后就不要再使用FFL的函数了
 *
 * */
void FFL_CALL FFL_terminate(){
	FFL_LOG_INFO("FFL_terminate call");
	
	terminateSharedBuffer();
	terminate_string8();
	terminateNetModule();

}
 ~LibUtilsFirstStatics()
 {
     terminate_string16();
     terminate_string8();
 }