Documentation : Comment an always true expression
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
ffc6e3e75b
commit
17f7f66fc9
1 changed files with 2 additions and 2 deletions
|
@ -368,10 +368,10 @@ int MakePixToneObject(const PIXTONEPARAMETER *ptp, int ptp_num, int no)
|
||||||
{
|
{
|
||||||
if (!MakePixelWaveData(ptp_pointer, pcm_buffer))
|
if (!MakePixelWaveData(ptp_pointer, pcm_buffer))
|
||||||
{
|
{
|
||||||
if (pcm_buffer != NULL)
|
if (pcm_buffer != NULL) // This is always true
|
||||||
free(pcm_buffer);
|
free(pcm_buffer);
|
||||||
|
|
||||||
if (mixed_pcm_buffer != NULL)
|
if (mixed_pcm_buffer != NULL) // This is always true
|
||||||
free(mixed_pcm_buffer);
|
free(mixed_pcm_buffer);
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue