]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Fix some memleaks
[vlc] / include / vlc_objects.h
index 89117733b455e6d20f136c26518e8a64bebaff75..7e87b9e49d603d1040fe429251cb7ac690aaac7f 100644 (file)
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc_objects.h: vlc_object_t definition.
+ * vlc_objects.h: vlc_object_t definition and manipulation methods
  *****************************************************************************
  * Copyright (C) 2002 the VideoLAN team
  * $Id$
@@ -18,7 +18,7 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 /**
@@ -59,6 +59,8 @@
 #define VLC_OBJECT_TLS        (-25)
 #define VLC_OBJECT_SD         (-26)
 #define VLC_OBJECT_XML        (-27)
+#define VLC_OBJECT_OSDMENU    (-28)
+#define VLC_OBJECT_STATS      (-29)
 
 #define VLC_OBJECT_GENERIC  (-666)