Changeset 119

Show
Ignore:
Timestamp:
03/25/06 00:13:01 (3 years ago)
Author:
abauer
Message:

Fixed a crash due to not refing the ds session. Thanks to daniel for
helping me with this.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/development-branch/tools/syncml-http-server.c

    r116 r119  
    210210        smlDsSessionGetChanges(dsession, _recv_change, NULL); 
    211211         
     212        smlDsSessionRef(dsession); 
     213         
    212214        sessions = g_list_append(sessions, dsession); 
    213215