Add a couple comments
This commit is contained in:
parent
725eb71ee1
commit
cd940287dc
|
@ -159,6 +159,7 @@ static int _set_label(MixerControlPlugin * radio, guint pos,
|
|||
guint i;
|
||||
MixerControlRadio * p;
|
||||
|
||||
/* FIXME free and reduce if necessary */
|
||||
if(pos >= radio->radios_cnt)
|
||||
{
|
||||
if((p = realloc(radio->radios, sizeof(*p) * (pos + 1))) == NULL)
|
||||
|
|
|
@ -151,6 +151,7 @@ static int _set_label(MixerControlPlugin * set, guint pos, String const * label)
|
|||
guint i;
|
||||
MixerControlSet * p;
|
||||
|
||||
/* FIXME free and reduce if necessary */
|
||||
if(pos >= set->sets_cnt)
|
||||
{
|
||||
if((p = realloc(set->sets, sizeof(*p) * (pos + 1))) == NULL)
|
||||
|
|
Loading…
Reference in New Issue
Block a user