~ubuntu-branches/ubuntu/hoary/xevil/hoary

« back to all changes in this revision

Viewing changes to x11/xdata.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Aaron Lehmann
  • Date: 2003-06-21 22:57:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030621225726-8x0skadbjmlr3fa4
Tags: 2.02r2-2
Fix a memory leak.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "xdata.h"
31
31
#include "area.h"
32
32
 
33
 
#include <iostream.h>
 
33
#include <iostream>
34
34
#include <X11/Xutil.h>
35
35
#include <X11/xpm.h>
36
36
#include <X11/Xatom.h>
37
37
 
 
38
using namespace std;
38
39
 
39
40
 
40
41
// Means always allocate some color, even if it's really, really bad.