/[rdesktop]/sourceforge.net/trunk/rdesktop/doc/HACKING
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/doc/HACKING

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1305 by jsorg71, Fri Jun 18 01:38:35 2004 UTC revision 1306 by astrand, Fri Oct 27 12:59:38 2006 UTC
# Line 26  rdesktop.c Line 26  rdesktop.c
26  RDP resources  RDP resources
27  -------------  -------------
28  http://dev.remotenetworktechnology.com/refdata.htm  http://dev.remotenetworktechnology.com/refdata.htm
29    
30    
31    Checking for out of memory conditions
32    -------------------------------------
33    Try to handle out of memory conditions gracefully. Use the xmalloc
34    routines from rdesktop.c, instead of calling malloc manually. Also,
35    remember that several Xlib functions can return NULL. This includes
36    XGetImage. Use exit_if_null to verify returned pointers.
37    

Legend:
Removed from v.1305  
changed lines
  Added in v.1306

  ViewVC Help
Powered by ViewVC 1.1.26