CVS: rdesktop rdpdr.c,1.21,1.22
Peter Bystr?m <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28866 Modified Files: rdpdr.c Log Message: linklist memfree bugfix - volker milde Index: rdpdr.c =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/rdpdr.c,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** rdpdr.c 23 Feb 2004 10:34:18 -0000 1.21 --- rdpdr.c 23 Feb 2004 12:07:30 -0000 1.22 *************** *** 825,828 **** --- 825,829 ---- prev->next = iorq->next; xfree(iorq); + iorq = prev->next; } else *************** *** 831,834 **** --- 832,836 ---- g_iorequest = iorq->next; xfree(iorq); + iorq = NULL; } } *************** *** 878,881 **** --- 880,884 ---- prev->next = iorq->next; xfree(iorq); + iorq = prev->next; } else *************** *** 884,887 **** --- 887,891 ---- g_iorequest = iorq->next; xfree(iorq); + iorq = NULL; } } *************** *** 892,896 **** } prev = iorq; ! iorq = iorq->next; } --- 896,901 ---- } prev = iorq; ! if (iorq) ! iorq = iorq->next; } ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click