X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Fevent.c;h=ad7e6c33366fb0e822b8dd2e19993cd1ece75b9e;hb=95cd67ef6c80afe4ab7c30e7aa3773f1628ee1de;hp=e26eb451f7dfc5f235556f76a2ec5998f21c22b6;hpb=b7b362420226be756a7e832353112f45114b9940;p=lttv.git diff --git a/ltt/branches/poly/ltt/event.c b/ltt/branches/poly/ltt/event.c index e26eb451..ad7e6c33 100644 --- a/ltt/branches/poly/ltt/event.c +++ b/ltt/branches/poly/ltt/event.c @@ -136,6 +136,7 @@ LttField *ltt_event_field(LttEvent *e) LttEventType * event_type = ltt_event_eventtype(e); if(!event_type) return NULL; field = event_type->root_field; + if(!field) return NULL; //check if the field need refresh if(e->which_block != event_type->latest_block ||