speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using g_malloc


From: sub
Subject: Using g_malloc
Date: Mon, 14 Nov 2011 16:12:31 +0300

Hi,

It looks like  the condition in the second line is false allways (in 
src/modules/espeak.c):
 track.samples = g_malloc(items * sizeof(short));
 if (NULL == track.samples) {

    Anatol.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]