This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: are there memory leaks in this?


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