~ubuntu-branches/ubuntu/jaunty/dds/jaunty

« back to all changes in this revision

Viewing changes to debian/patches/ddd-dds112-fix

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2007-03-12 16:49:36 UTC
  • Revision ID: james.westby@ubuntu.com-20070312164936-61c1otdzt33pf1a5
Tags: 1.1.3+ddd105-1
New dds upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: trunk/ddd/ddd.cpp
 
2
===================================================================
 
3
--- trunk.orig/ddd/ddd.cpp      2007-02-19 16:14:35.417214872 +0100
 
4
+++ trunk/ddd/ddd.cpp   2007-02-19 16:16:39.413364592 +0100
 
5
@@ -373,9 +373,6 @@ void cleanSB()
 
6
   if(bestMove)
 
7
     free(bestMove);
 
8
   bestMove = 0;
 
9
-  if(heurTable)
 
10
-    free(heurTable);
 
11
-  heurTable = 0;
 
12
   if(nodeCards)
 
13
     free(nodeCards);
 
14
   nodeCards = 0;