Resolves: rhbz#918044 memory leaks on exception path in C wrapper

f41
David Tardon 12 years ago
parent dec2547c38
commit 102f3a2772

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
Name: libcmis
Version: 0.3.1
Release: 3%{?dist}
Release: 4%{?dist}
Summary: A C++ client library for the CMIS interface
Group: System Environment/Libraries
@ -13,6 +13,8 @@ BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: xmlto
Patch0: 0001-libcmis-c-handle-possible-bad-allocations.patch
%description
LibCMIS is a C++ client library for the CMIS interface. This allows C++
applications to connect to any ECM behaving as a CMIS server like
@ -38,6 +40,7 @@ command line.
%prep
%setup -q
%patch0 -p1
%build
@ -81,6 +84,9 @@ rm -f %{buildroot}/%{_libdir}/*.la
%changelog
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.3.1-4
- Resolves: rhbz#918044 memory leaks on exception path in C wrapper
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-3
- Rebuild for Boost-1.53.0

Loading…
Cancel
Save