projects
/
siridb-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
242049a
)
rm err alloc error
author
Jeroen van der Heijden
<jeroen@cesbit.com>
Thu, 12 May 2022 14:21:54 +0000
(16:21 +0200)
committer
Jeroen van der Heijden
<jeroen@cesbit.com>
Thu, 12 May 2022 14:21:54 +0000
(16:21 +0200)
src/siri/db/series.c
patch
|
blob
|
history
diff --git
a/src/siri/db/series.c
b/src/siri/db/series.c
index 4a9c6b946664eda47b77cef8a572b49dbf328acc..26c1e12cf0e719ae1aaf8bf0f5d71e8193cf1924 100644
(file)
--- a/
src/siri/db/series.c
+++ b/
src/siri/db/series.c
@@
-786,7
+786,6
@@
done:
if (points == NULL)
{
- ERR_ALLOC /* TODO: maybe remove ERR_ALLOC */
return NULL;
}
@@
-875,7
+874,6
@@
siridb_points_t * siridb_series_get_points_head(
if (points == NULL)
{
- ERR_ALLOC /* TODO: maybe remove ERR_ALLOC */
return NULL;
}