Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / python / py-symtab.c
index 15af300150597e005af65242f71f18a0772c9e2f..6229bc5123b963912d5d02a9377dbe815983fecf 100644 (file)
@@ -1,6 +1,6 @@
 /* Python interface to symbol tables.
 
-   Copyright (C) 2008-2019 Free Software Foundation, Inc.
+   Copyright (C) 2008-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -253,6 +253,7 @@ stpy_dealloc (PyObject *obj)
   if (symtab->next)
     symtab->next->prev = symtab->prev;
   symtab->symtab = NULL;
+  Py_TYPE (obj)->tp_free (obj);
 }
 
 
This page took 0.024525 seconds and 4 git commands to generate.