All of lore.kernel.org
 help / color / mirror / Atom feed
* Memory managment.
@ 2002-05-05 17:35 Peter Enderborg
  2002-05-06  9:42 ` Takashi Iwai
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Enderborg @ 2002-05-05 17:35 UTC (permalink / raw)
  To: alsa-devel@lists.sourceforge.net

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();
      snd_seq_free_event(foo);
    }
  return 0;
}

I guess that I have missed some fundamental things about the events.
This on cvs version from 20020504


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth@sourceforge.net

^ permalink raw reply	[flat|nested] 7+ messages in thread
* Memory managment.
@ 2002-05-05 14:27 Peter Enderborg
  0 siblings, 0 replies; 7+ messages in thread
From: Peter Enderborg @ 2002-05-05 14:27 UTC (permalink / raw)
  To: alsa-devel@lists.sourceforge.net

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();
      snd_seq_free_event(foo);
    }
  return 0;
}

I guess that I have missed some fundamental things about the events.
This on cvs version from 20020504


--
foo!




_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2002-05-07  2:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-05 17:35 Memory managment Peter Enderborg
2002-05-06  9:42 ` Takashi Iwai
2002-05-06 10:09   ` Peter Enderborg
2002-05-06 10:37     ` Takashi Iwai
2002-05-06 11:01       ` Peter Enderborg
2002-05-07  2:18       ` Ville Syrjälä
  -- strict thread matches above, loose matches on Subject: below --
2002-05-05 14:27 Peter Enderborg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.