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
int main()
{
while (1)
{
snd_seq_event_t *foo;
foo = snd_seq_create_event();
snd_seq_fr
On Mon, May 06, 2002 at 12:37:29PM +0200, Takashi Iwai wrote:
> snd_seq_event_output() copies the event instance, so a temporary
> variable can be used safely in the above.
What about snd_seq_event_input()? The comments in the code suggest that it
uses snd_seq_event_create() but I don't see it. I
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
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 see whats wr
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 see whats wrong.
> > And I still have the same problem with this little program...
> >
> >
>
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 see whats wrong.
> And I still have the same problem with this little program...
>
>
> #include
> int main()
> {
> while
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
int main()
{
while (1)
{
snd_seq_event_t *foo;
foo = snd_seq_create_event();
snd_seq_fr