> Could someone tell me if there are possible memory leaks in the > following code, which is the beginning of a C function? > > SCM c_vo_init(SCM args) > [...]
There are no possible memory leaks in your code.
/mdj