| Anonymous | Login | Signup for a new account | 2013-05-23 11:08 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0001760 | Kdenlive | MLT | public | 2010-08-23 15:10 | 2010-08-23 15:10 | ||||||||
| Reporter | Granjow | ||||||||||||
| Assigned To | |||||||||||||
| Priority | normal | Severity | crash | Reproducibility | N/A | ||||||||
| Status | new | Resolution | open | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Product Version | Recent git | ||||||||||||
| Target Version | Fixed in Version | ||||||||||||
| Summary | 0001760: SIGABRT when loading project | ||||||||||||
| Description | On the last line in the following extract from mlt_property.c: /** Clear (0/null) a property. * * Frees up any associated resources in the process. * \private \memberof mlt_property_s * \param this a property */ static inline void mlt_property_clear( mlt_property this ) { // Special case data handling if ( this->types & mlt_prop_data && this->destructor != NULL ) this->destructor( this->data ); // Special case string handling if ( this->types & mlt_prop_string ) free( this->prop_string ); | ||||||||||||
| Additional Information | MLT 7b61770bec40c702f5688622c3036ec37c689574 | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Build/Install Method | Manual build from SVN | ||||||||||||
| Attached Files | |||||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-08-23 15:10 | Granjow | New Issue | |
| Copyright © 2000 - 2013 MantisBT Team |