timefilter: Handle memory allocation failure
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
parent
fc7be7ddf3
commit
6ef30976e0
4 changed files with 16 additions and 0 deletions
|
@ -58,6 +58,8 @@ typedef struct TimeFilter TimeFilter;
|
|||
* @param period expected update interval, in input units
|
||||
* @param brandwidth filtering bandwidth, in Hz
|
||||
*
|
||||
* @return a pointer to a TimeFilter struct, or NULL on error
|
||||
*
|
||||
* For more details about these parameters and background concepts please see:
|
||||
* http://www.kokkinizita.net/papers/usingdll.pdf
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue