]> git.alsa-project.org Git - alsa-plugins.git/commit
Save a byte of memory
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Sep 2008 00:59:49 +0000 (02:59 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Sep 2008 18:25:38 +0000 (20:25 +0200)
commit060e34d669ecfed6bc45b6012f824d99a8e316ac
tree0979a742e1a8d07f9a2056cf9749bdcecc04cab9
parentfa9d943c69346b5bebda615c93bc350843c258b8
Save a byte of memory

Since we only need a single char, we should allocate only a single char,
instead of a string of two bytes.

Woah! We're saving memory, baby!
pulse/pulse.c