< prev index next >

modules/javafx.media/src/main/native/gstreamer/3rd_party/libffi/src/closures.c

Print this page
rev 10250 : imported patch 9-cpu-1701.patch

*** 616,625 **** --- 616,629 ---- ptr = dlmalloc (size); if (ptr) { msegmentptr seg = segment_holding (gm, ptr); + #ifdef GSTREAMER_LITE + if (seg == NULL) + return NULL; + #endif // GSTREAMER_LITE *code = add_segment_exec_offset (ptr, seg); } return ptr;
< prev index next >