This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Fix resource leaks found by Coverity


Hi all,

These two patches fix resource leaks found by Coverity,
where resources allocated by constructors were not freed
by the relevant destructors.

Built and regtested on RHEL 7.5 x86_64.

Ok to commit?

Thanks,
Gary


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]