blob: 6d40eb0ef1cbc973badb5ff84e2cca63168f5561 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- glom/main.cc.orig 2008-08-08 02:55:08.000000000 +0200
+++ glom/main.cc 2008-08-08 02:55:59.000000000 +0200
@@ -84,14 +84,14 @@ OptionGroup::OptionGroup()
} //namespace Glom
-extern "C" void __libc_freeres(void);
+//extern "C" void __libc_freeres(void);
int
main(int argc, char* argv[])
{
//Force some cleanup at exit,
//to help valgrind to detect memory leaks:
- atexit(__libc_freeres);
+ //atexit(__libc_freeres);
// TODO: I am not sure why, but this does not work. PYTHONPATH is set
// correctly according to getenv(), but python still does not look in it.
|