Signed-off-by: Adrian Brzezinski <redhat(a)adrb.pl>
---
docs/news.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml
index 86c7734..9338381 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -51,6 +51,16 @@
</change>
</section>
<section title="Bug fixes">
+ <change>
+ <summary>
+ rpc: cleanup in virNetTLSContextNew
+ </summary>
+ <description>
+ Failed new gnutls context allocations in virNetTLSContextNew
+ function results in double free and segfault. Occasional memory
+ leaks may also occur.
+ </description>
+ </change>
</section>
</release>
<release version="v5.2.0" date="2019-04-03">
--
1.8.3.1