seFreeBytecodes
syntax: |
void seFreeBytecodes(secontext se,ubyte *codes, sememcount len_unused); |
where: |
se any valid context
codes the bytecodes returned from sePrecompile
len_unused the number of bytes, this parameter is not used
|
return: |
None
|
description: |
Call this routine to free the bytecodes given to you from sePrecompile after you are finished using them, such as after writing them to disk.
|
see: |
|