Re: are there memory leaks in this?

Mikael Djurfeldt (mdj@nada.kth.se)
18 Jul 1998 10:42:21 +0200

Aleksandar Bakic <bakicale@cse.msu.edu> writes:

> 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