Changeset 3540

Show
Ignore:
Timestamp:
08/16/08 16:14:36 (4 months ago)
Author:
dgollub
Message:

Increase refcount - since it will get decreased by the SmlDatabase? release
function.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/syncml/src/syncml_ds_server.c

    r3519 r3540  
    3333                database->objformat = osync_format_env_find_objformat(formatenv, objformat); 
    3434 
     35                /* TODO: Handle error about missing objformat in a nice way. */ 
    3536                g_assert(database->objformat); 
     37 
     38                osync_objformat_ref(database->objformat); 
    3639 
    3740                osync_objtype_sink_set_functions(sink, functions, database);