fcoe-utils/fcoe-utils-1.0.7-free.patch

13 lines
297 B
Diff
Raw Normal View History

--- fcoe-utils-1.0.7/fcoeadm.c 2009-03-27 21:40:22.000000000 +0100
+++ fcoe-utils-1.0.7/fcoeadm.c.free 2009-05-04 11:29:00.000000000 +0200
@@ -250,8 +250,8 @@ fcoeadm_find_fchost(char *ifname, char *
}
free(namelist[n]);
}
+ free(namelist);
}
- free(namelist);
return found;
}