~ubuntu-branches/ubuntu/natty/sgt-puzzles/natty

« back to all changes in this revision

Viewing changes to cube.c

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-08-23 17:23:32 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090823172332-vsp5w5ynzkn9na90
Tags: 8605-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #417682
  - Add xpm icons files for the menus
  - debian/rules adapted to install desktop and icons files
  - typo in debian/desktop/netslide.desktop

Show diffs side-by-side

added added

removed removed

Lines of Context:
996
996
        sfree(state->grid->squares);
997
997
        sfree(state->grid);
998
998
    }
 
999
    sfree(state->bluemask);
999
1000
    sfree(state->facecolours);
1000
1001
    sfree(state);
1001
1002
}