[Alsa-devel] Memory managment.

2002-05-26 Thread Peter Enderborg
I have some memory problems with my alsa programming. And I have tryed to do a small program to see whats wrong. And I still have the same problem with this little program... #include alsa/asoundlib.h int main() { while (1) { snd_seq_event_t *foo; foo = snd_seq_create_event();

Re: [Alsa-devel] Memory managment.

2002-05-06 Thread Peter Enderborg
Takashi Iwai wrote: At Mon, 06 May 2002 12:09:57 +0200, Peter Enderborg wrote: Takashi Iwai wrote: Hi Peter, At Sun, 05 May 2002 19:35:04 +0200, Peter Enderborg wrote: I have some memory problems with my alsa programming. And I have tryed to do a small program to

[Alsa-devel] Memory managment.

2002-05-05 Thread Peter Enderborg
I have some memory problems with my alsa programming. And I have tryed to do a small program to see whats wrong. And I still have the same problem with this little program... #include alsa/asoundlib.h int main() { while (1) { snd_seq_event_t *foo; foo = snd_seq_create_event();