File notification-daemon-memleak.patch of Package notification-daemon
diff -Nur -x '*.orig' -x '*~' src/daemon/daemon.c src/daemon/daemon.c --- src/daemon/daemon.c 2008-05-26 10:50:52.000000000 +0200 +++ src/daemon/daemon.c 2008-05-26 10:55:19.000000000 +0200 @@ -763,8 +763,7 @@ } if (temp_data != NULL) - free(temp_data); - + XFree(temp_data); return active; }