]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
fix a bunch of cppcheck warnings/errors based on a patch by
[apt.git] / cmdline / apt-cache.cc
index 01e0d22e07ba124719f739c4833e94a35fb67f40..34f8a1a750d544a1cb621c407fd30bd5616ba60b 100644 (file)
@@ -1115,6 +1115,9 @@ bool Dotty(CommandLine &CmdL)
    }
    
    printf("}\n");
+   delete[] Show;
+   delete[] Flags;
+   delete[] ShapeMap;
    return true;
 }
                                                                        /*}}}*/