--- device-mapper/WHATS_NEW 2008/01/20 01:14:38 1.224
+++ device-mapper/WHATS_NEW 2008/02/15 14:14:58 1.225
@@ -1,5 +1,6 @@
Version 1.02.25 -
====================================
+ Remove redundant if-before-free tests.
Use log_warn for reporting field help text instead of log_print.
Change cluster mirror log type name (s/clustered_/clustered-/)
@@ -35,7 +36,7 @@
Version 1.02.21 - 13th July 2007
================================
Introduce _LOG_STDERR to send log_warn() messages to stderr not stdout.
- Fix dmsetup -o devno string termination. (1.02.20)
+ Fix dmsetup -o devno string termination. (1.02.20)
Version 1.02.20 - 15th June 2007
================================
@@ -323,4 +324,3 @@
Fixed DESTDIR for make install/install_static_lib.
Updated README/INSTALL to reflect move to sources.redhat.com.
Updated autoconf files to 2003-06-17.
-
--- device-mapper/dmeventd/old/dmevent.c 2005/12/02 15:39:16 1.1
+++ device-mapper/dmeventd/old/dmevent.c 2008/02/15 14:14:58 1.2
@@ -220,10 +220,8 @@
out:
multilog_del_type(standard);
- if (device)
- free(device);
- if (dso_name)
- free(dso_name);
+ free(device);
+ free(dso_name);