Makefile.am: bump release number.
iso-info.c: mem leak _cdio_bincue.c: minor formatting change.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.am,v 1.16 2004/02/07 00:35:18 rocky Exp $
|
# $Id: Makefile.am,v 1.17 2004/02/08 03:35:24 rocky Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
# Copyright (C) 2003 Rocky Bernstein <rocky@panix.com>
|
||||||
#
|
#
|
||||||
@@ -54,10 +54,14 @@ libcdio_sources = \
|
|||||||
|
|
||||||
lib_LTLIBRARIES = libcdio.la libiso9660.la
|
lib_LTLIBRARIES = libcdio.la libiso9660.la
|
||||||
libcdio_la_SOURCES = $(libcdio_sources)
|
libcdio_la_SOURCES = $(libcdio_sources)
|
||||||
|
libcdio_la_LDFLAGS = -no-undefined -version-info 0:1:0
|
||||||
|
|
||||||
libiso9660_la_SOURCES = \
|
libiso9660_la_SOURCES = \
|
||||||
iso9660.c \
|
iso9660.c \
|
||||||
iso9660_private.h \
|
iso9660_private.h \
|
||||||
iso9660_fs.c \
|
iso9660_fs.c \
|
||||||
xa.c
|
xa.c
|
||||||
|
|
||||||
|
libiso9660_la_LDFLAGS = -no-undefined -version-info 0:1:0
|
||||||
|
|
||||||
INCLUDES = -I$(LIBCDIO_CFLAGS)
|
INCLUDES = -I$(LIBCDIO_CFLAGS)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: _cdio_bincue.c,v 1.40 2004/02/08 02:00:22 rocky Exp $
|
$Id: _cdio_bincue.c,v 1.41 2004/02/08 03:35:24 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
Copyright (C) 2001 Herbert Valerio Riedel <hvr@gnu.org>
|
||||||
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2002, 2003, 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
(*.cue).
|
(*.cue).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static const char _rcsid[] = "$Id: _cdio_bincue.c,v 1.40 2004/02/08 02:00:22 rocky Exp $";
|
static const char _rcsid[] = "$Id: _cdio_bincue.c,v 1.41 2004/02/08 03:35:24 rocky Exp $";
|
||||||
|
|
||||||
#include "cdio_assert.h"
|
#include "cdio_assert.h"
|
||||||
#include "cdio_private.h"
|
#include "cdio_private.h"
|
||||||
@@ -575,7 +575,8 @@ _cdio_read_mode2_sectors (void *env, void *data, uint32_t lsn,
|
|||||||
if (NULL != obj) free(obj);
|
if (NULL != obj) free(obj);
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_cdio_bincue_destroy (void *obj) {
|
_cdio_bincue_destroy (void *obj)
|
||||||
|
{
|
||||||
_img_private_t *env = obj;
|
_img_private_t *env = obj;
|
||||||
|
|
||||||
if (NULL == env) return;
|
if (NULL == env) return;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: iso-info.c,v 1.2 2004/02/07 02:40:20 rocky Exp $
|
$Id: iso-info.c,v 1.3 2004/02/08 03:35:24 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
@@ -107,6 +107,7 @@ parse_options (int argc, const char *argv[])
|
|||||||
while ((opt = poptGetNextOpt (optCon)) != -1) {
|
while ((opt = poptGetNextOpt (optCon)) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
default:
|
default:
|
||||||
|
poptFreeContext(optCon);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user