Re: [opensc-devel] Memory leaks

2006-04-05 Thread Christopher P. Masone
--- Martin Paljak wrote: Do a checkout of the SVN projects, do your modifications, run svn diff, save the output to a file, send it to the mailinglist as an attachment with a short description what is fixed. --- end of quote --- Ok, I've put in some code to deal with a few leaks. I have a ques

Re: [opensc-devel] Memory leaks

2006-04-04 Thread Christopher P. Masone
--- Martin Paljak wrote: Do a checkout of the SVN projects --- end of quote --- I've done this, and I'm trying to compile up the version of libp11 I got out of SVN...I figured out to use the bootstrap script to generate the configure script, but I'm noticing now that the libp11.dylib that gets comp

Re: [opensc-devel] Memory leaks

2006-04-04 Thread Martin Paljak
Do a checkout of the SVN projects, do your modifications, run svn diff, save the output to a file, send it to the mailinglist as an attachment with a short description what is fixed. m. On 04.04.2006, at 15:49, Christopher P. Masone wrote: Hi, all. I'm doing some app development using engin

[opensc-devel] Memory leaks

2006-04-04 Thread Christopher P. Masone
Hi, all. I'm doing some app development using engine-pkcs11 wrapped around libp11. I'm seeing some memory leaks in both...if I went about trying to fix them, how would I submit these fixes to the project? I've never done that before...is there a document somewhere on how to submit patches? Than