]> Pileus Git - grits/blobdiff - src/plugins/test.h
Fix various memory leaks, mostly in plugins
[grits] / src / plugins / test.h
index 1bfc440ae577a1fbbef090505401e5968ab80a2c..623454a49aaa5938af65f5b6ccd53bab357d9f11 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
@@ -35,6 +35,7 @@ struct _GisPluginTest {
 
        /* instance members */
        GisViewer *viewer;
+       gpointer   marker;
 };
 
 struct _GisPluginTestClass {