]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-cache.cc
merged from the lp:~mvo/apt/mvo branch
[apt.git] / cmdline / apt-cache.cc
index fcfc67ea1569f4e239d856594d3c3c264002c196..f3bbb9cf35bea0851bd833cf93e550d8664042e2 100644 (file)
@@ -929,7 +929,11 @@ bool XVcg(CommandLine &CmdL)
                Shapes[ShapeMap[Pkg->ID]]);
       
    }
-   
+
+   delete[] Show;
+   delete[] Flags;
+   delete[] ShapeMap;
+
    printf("}\n");
    return true;
 }