Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108588252
D29896.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
339 B
Referenced Files
None
Subscribers
None
D29896.diff
View Options
diff --git a/lib/libkiconv/kiconv_sysctl.c b/lib/libkiconv/kiconv_sysctl.c
--- a/lib/libkiconv/kiconv_sysctl.c
+++ b/lib/libkiconv/kiconv_sysctl.c
@@ -59,6 +59,7 @@
free(drivers);
return (0);
}
+ free(drivers);
}
return (ENOENT);
}
@@ -86,6 +87,7 @@
return (0);
}
}
+ free(csi);
}
return (ENOENT);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 4:47 PM (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16201153
Default Alt Text
D29896.diff (339 B)
Attached To
Mode
D29896: libkiconv: address memory leak in a not-found case
Attached
Detach File
Event Timeline
Log In to Comment