Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)

This commit is contained in:
Adam Jackson
2005-01-27 21:03:39 +00:00
parent 840fa5f33c
commit ea0f58928c
3 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([xcompmgr], [1.1.1], [xorg@freedesktop.org])
AC_INIT([xcompmgr], [1.1.2], [xorg@freedesktop.org])
AC_CONFIG_SRCDIR([xcompmgr.c])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE