5af7502deb
- removed make patch, which was previously imported, but it's useless
13 lines
297 B
Diff
13 lines
297 B
Diff
--- 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;
|
|
}
|