]> Pileus Git - grits/blobdiff - src/plugins/env.h
Fix various memory leaks, mostly in plugins
[grits] / src / plugins / env.h
index dc59deddf2b618d6e4422697ece60facbdf35843..7b73a2e0f3655579ecdd3a1dd29ad25c1bf9ab8e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009 Andy Spencer <spenceal@rose-hulman.edu>
+ * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,7 +34,10 @@ struct _GisPluginEnv {
        GObject parent_instance;
 
        /* instance members */
-       GisViewer       *viewer;
+       GisViewer *viewer;
+       guint      tex;
+       GisTile   *background;
+       GList     *refs;
 };
 
 struct _GisPluginEnvClass {