[evolution-data-server] Bug #705814 - Crash in certificate_viewer_new()
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #705814 - Crash in certificate_viewer_new()
- Date: Mon, 12 Aug 2013 07:03:00 +0000 (UTC)
commit c1c019e0a7f5a78edfed1692951b4ab36b8b9794
Author: Milan Crha <mcrha redhat com>
Date: Mon Aug 12 09:02:13 2013 +0200
Bug #705814 - Crash in certificate_viewer_new()
modules/trust-prompt/certificate-viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/trust-prompt/certificate-viewer.c b/modules/trust-prompt/certificate-viewer.c
index bd1ea34..e4e1c05 100644
--- a/modules/trust-prompt/certificate-viewer.c
+++ b/modules/trust-prompt/certificate-viewer.c
@@ -538,7 +538,7 @@ get_window_title (CERTCertificate *cert)
return title;
}
- return cert->subjectName;
+ return g_strdup (cert->subjectName);
}
GtkWidget *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]