Some scan-build fixing up

This commit is contained in:
ejurgensen
2017-01-28 22:37:56 +01:00
parent 12567d8e93
commit b44ae55c1d
3 changed files with 4 additions and 3 deletions

View File

@@ -439,7 +439,7 @@ pipe_enum(void)
continue;
}
pipe = pipe_new(dbmfi.path, id, PIPE_PCM, pipe_read_cb);
pipe_new(dbmfi.path, id, PIPE_PCM, pipe_read_cb);
}
db_query_end(&qp);