cryptoservices/certificateandkeymgmt/tx509/tx509main.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 102 deec7e509f66
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    50 	TRAP_IGNORE(callSetupAndRunL());
    50 	TRAP_IGNORE(callSetupAndRunL());
    51 	delete cleanup; // destroy clean-up stack
    51 	delete cleanup; // destroy clean-up stack
    52 	__UHEAP_MARKEND;
    52 	__UHEAP_MARKEND;
    53 	return 0; // and return
    53 	return 0; // and return
    54     }
    54     }
       
    55