Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 203618 Details for
Bug 282561
media-video/ogmrip-0.13.0 attempts to free invalid pointer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ogmrip-0.13.0-no-profile.patch
ogmrip-0.13.0-no-profile.patch (text/plain), 891 bytes, created by
Olivier Rolland
on 2009-09-09 18:58:38 UTC
(
hide
)
Description:
ogmrip-0.13.0-no-profile.patch
Filename:
MIME Type:
Creator:
Olivier Rolland
Created:
2009-09-09 18:58:38 UTC
Size:
891 bytes
patch
obsolete
>Index: src/ogmrip-main.c >=================================================================== >--- src/ogmrip-main.c (révision 1788) >+++ src/ogmrip-main.c (copie de travail) >@@ -1012,9 +1012,15 @@ > return NULL; > } > >+ profile = ogmrip_options_dialog_get_active_profile (OGMRIP_OPTIONS_DIALOG (data->options_dialog)); >+ if (!profile) >+ { >+ g_set_error (error, OGMDVD_DISC_ERROR, OGMDVD_DISC_ERROR_UNKNOWN, "<b>%s</b>\n\n%s", >+ _("No available profile"), _("You must create at least one profile before you can encode.")); >+ return NULL; >+ } >+ > encoding = ogmrip_encoding_new (title, OGMRIP_DEFAULT_FILE_NAME ".avi"); >- >- profile = ogmrip_options_dialog_get_active_profile (OGMRIP_OPTIONS_DIALOG (data->options_dialog)); > ogmrip_encoding_set_profile (encoding, profile); > > ogmrip_encoding_set_label (encoding, gtk_entry_get_text (GTK_ENTRY (data->title_entry)));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282561
:
202149
| 203618