Skip to content

Commit

Permalink
Coverity PR: Fix bad conflict merge
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed Jan 14, 2016
1 parent 56a7230 commit 83f4597
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/mi_fifo/fifo_fnc.c
Expand Up @@ -140,9 +140,6 @@ FILE* mi_init_fifo_server(char *fifo_name, int fifo_mode,
mi_buf = pkg_malloc(MAX_MI_FIFO_BUFFER);
reply_fifo_s = pkg_malloc(MAX_MI_FILENAME);
if ( mi_buf==NULL|| reply_fifo_s==NULL) {
fclose(fifo_stream);
close(mi_fifo_read);
close(mi_fifo_write);
LM_ERR("no more private memory\n");
return 0;
}
Expand Down

0 comments on commit 83f4597

Please sign in to comment.