summaryrefslogtreecommitdiff
path: root/c++/cursesmain.cc
diff options
context:
space:
mode:
Diffstat (limited to 'c++/cursesmain.cc')
-rw-r--r--c++/cursesmain.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/c++/cursesmain.cc b/c++/cursesmain.cc
index e870995..b4f1293 100644
--- a/c++/cursesmain.cc
+++ b/c++/cursesmain.cc
@@ -1,6 +1,7 @@
// * this is for making emacs happy: -*-Mode: C++;-*-
/****************************************************************************
- * Copyright (c) 1998-2007,2013 Free Software Foundation, Inc. *
+ * Copyright 2019,2020 Thomas E. Dickey *
+ * Copyright 1998-2007,2013 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -43,7 +44,7 @@
#define CPP_HAS_TRY_CATCH 0
#endif
-MODULE_ID("$Id: cursesmain.cc,v 1.15 2013/09/28 20:56:47 tom Exp $")
+MODULE_ID("$Id: cursesmain.cc,v 1.17 2020/02/02 23:34:34 tom Exp $")
#if HAVE_LOCALE_H
#include <locale.h>
@@ -87,7 +88,7 @@ int main(int argc, char* argv[])
#endif
#if NO_LEAKS
delete A;
- _nc_free_and_exit(res);
+ exit_curses(res);
#else
return(res);
#endif