summaryrefslogtreecommitdiff
path: root/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp
blob: 69aae909af8c8173c64bac86e1653789ea2e0188 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/wp/ap/unix/ap_UnixApp.cpp.orig	Sat Feb 22 01:21:20 2003
+++ src/wp/ap/unix/ap_UnixApp.cpp	Sat Feb 22 01:21:31 2003
@@ -1241,7 +1241,7 @@
     pMyUnixApp->shutdown();
     delete pMyUnixApp;
     
-    poptFreeContext (Args.poptcon);
+    //poptFreeContext (Args.poptcon);
     return 0;
 }