~mimose/kydevmonit/test

« back to all changes in this revision

Viewing changes to dbuslayer/main.c

  • Committer: guoyalong
  • Date: 2017-09-05 05:53:02 UTC
  • Revision ID: guoyalong@kylinos.cn-20170905055302-guv8kqgq8hvscbdb
Modified the direction structure; Remove the segment fault caused by xmlFree API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "monitor_dbus.h"
2
 
 
3
 
int main()
4
 
{
5
 
    // load all device
6
 
    dbus_init();
7
 
        return 0;
8
 
 
9
 
}