summaryrefslogtreecommitdiff
path: root/graphics/asymptote/patches/patch-aa
blob: b0241f17587280a09687c11d773b5441fcff08fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-aa,v 1.1.1.1 2009/08/21 23:02:29 wiz Exp $

http://sourceforge.net/tracker/?func=detail&aid=2841433&group_id=120000&atid=685683

--- drawsurface.h.orig	2009-08-20 06:26:46.000000000 +0000
+++ drawsurface.h
@@ -319,7 +319,6 @@ public:
   void bounds(bbox3& b);
   
   virtual ~drawNurbs() {
-    delete[] c;
     delete[] vknots;
     delete[] uknots;
     if(weights != NULL)