mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Some scan-build fixing up
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user