diff options
Diffstat (limited to 'dpid/dpid.c')
-rw-r--r-- | dpid/dpid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dpid/dpid.c b/dpid/dpid.c index ebabb9a2..21e33bf2 100644 --- a/dpid/dpid.c +++ b/dpid/dpid.c @@ -462,6 +462,7 @@ int fill_services_list(struct dp *attlist, int numdpis, Dlist **services_list) if (*services_list != NULL) { ERRMSG("fill_services_list", "services_list parameter is not NULL", 0); + fclose(dpidrc_stream); return -1; } *services_list = dList_new(8); |