a3cc5c089f
Tue May 04 2004 Adrian Havill <havill@redhat.com> 1.20.1-49 - remove superfluous "i die" msg (#121845) Tue May 04 2004 Adrian Havill <havill@redhat.com> 1.20.1-48 - restore gpmopen() NULL check that was removed with the evdev superpatch (#118554) Fri Apr 16 2004 Adrian Havill <havill@redhat.com> 1.20.1-47 - make presence of t-mouse.el flexible (#120958) Wed Mar 31 2004 Adrian Havill <havill@redhat.com> 1.20.1-46 - revise nodebug patch as liblow reporting the VC to the console through stderr has re-appeared (#117676) Mon Mar 22 2004 Adrian Havill <havill@redhat.com> 1.20.1-45 - remove circular ncurses dep for prelink by restoring wgetch patch (#117150)
13 lines
389 B
Diff
13 lines
389 B
Diff
--- gpm-1.20.1/src/lib/liblow.c.orig 2004-05-06 14:14:03.000000000 -0400
|
|
+++ gpm-1.20.1/src/lib/liblow.c 2004-05-06 14:18:05.000000000 -0400
|
|
@@ -376,7 +376,9 @@
|
|
|
|
/*....................................... Error: free all memory */
|
|
err:
|
|
+#if 0
|
|
gpm_report(GPM_PR_ERR,"Oh, oh, it's an error! possibly I die! ");
|
|
+#endif
|
|
do {
|
|
new=gpm_stack->next;
|
|
free(gpm_stack);
|